Search found 21 matches

by DanielBordeleau
Mon May 23 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Does PDF Creator 1.5 support invisible text (3 Tr)?
Replies: 8
Views: 15906

It is available? Could you give me an example on how to do that?

Thanks

Daniel
by DanielBordeleau
Mon Apr 25 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Does PDF Creator 1.5 support invisible text (3 Tr)?
Replies: 8
Views: 15906

That would be an awesome issue to have for watermark purposes!!! :D
by DanielBordeleau
Mon Jan 26 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Load stream
Replies: 2
Views: 6187

Load stream

How can I load a PDF directly from an ADODB stream in VB? Is there a way?

Thanks

Daniel
by DanielBordeleau
Fri Jan 23 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: 2 Questions
Replies: 1
Views: 4779

2 Questions

Hi I've got 2 questions :

1st : Is there a way to disable the Contextual Menu when right clicking on the PDF Creator Object.

2nd : Is there a way to trap an event when the user moves or resize an object on the PDF

Thanks

Daniel
by DanielBordeleau
Tue Oct 07 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Creating PDF from Bitmap in dotNET
Replies: 3
Views: 6496

I think you'll have to save your Bitmap into a temporary file first (maybe using a stream datatype) and then you could add it to your PDF by creating a Picture object into the PDF.

Should work! :)
by DanielBordeleau
Tue Oct 07 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Example of Image
Replies: 1
Views: 4772

You have to set dimensions for your picture object : .AddPage(1) .CreateObject(ObjectTypeConstants.acObjectTypePicture, "pic1") .ObjectAttribute("pic1", "FileName") = "C:\testdoc.bmp" .ObjectAttribute("pic1", "Page") = 1 -- ADD THIS HERE .O...
by DanielBordeleau
Mon Sep 29 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Select an object
Replies: 1
Views: 4680

Select an object

Hi,
I'd like to know if there is a way to automatically select a specific object in the document. What I want to do is to "send to back" a specific object by using the DoCommandTool method. But my object has to be selected first

thanks

Daniel
by DanielBordeleau
Mon Aug 11 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Avoid right click menu
Replies: 0
Views: 4693

Avoid right click menu

Hi,
is there a way to avoid the user to get the contextual menu when right clicking on the pdf when in desing mode?

Thanks

Daniel
by DanielBordeleau
Mon Aug 11 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Send to back, bring to front
Replies: 0
Views: 4415

Send to back, bring to front

Hi,
I'd like to know if there is a way to automatically "send to back" or "bring to front" an object using a procedure.

Thanks

Daniel
by DanielBordeleau
Wed Jul 30 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Avoiding printing pop up
Replies: 1
Views: 4016

Avoiding printing pop up

When I create a PDF file with the PDF converter, it lauches the windows printing pop up. The problem is that the user see that pop up and press cancel to cancel printing; and then our application crashes! Is there a way to hide that pop up?

Thanks

Daniel
by DanielBordeleau
Wed Jul 30 2003
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: Creating an RTF file with converter
Replies: 5
Views: 13215

Nope... still doesn't work. :cry:
by DanielBordeleau
Tue Jul 29 2003
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: Creating an RTF file with converter
Replies: 5
Views: 13215

And by the way, I'm using the CDIntf210.dll version 2.10c with VB6 on Windows XP

Thanks
by DanielBordeleau
Tue Jul 29 2003
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: Creating an RTF file with converter
Replies: 5
Views: 13215

Creating an RTF file with converter

Hi, I'm trying to create a RTF file with the RTF converter but it always creates a pdf instead. It seems like the FileNameOptionsEx property doesn't work... here's my code. thanks Daniel ------------------------------------------------------------------------------- Const gcCDIntfEx_CompanyName = &q...
by DanielBordeleau
Thu Jun 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Print method doesn't seems to work
Replies: 13
Views: 18005

My opinion on that is that the print method should not be called print since that word is reserved. Take notice in a VB code; if you write :

PDFObject.print

the "print" word is written in blue like any other reserved words.... It may be the problem! :?
by DanielBordeleau
Wed Jun 04 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Print method doesn't seems to work
Replies: 13
Views: 18005

professionnal version