Search found 112 matches

by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How can I draw a PDF file to a DC?
Replies: 0
Views: 4583

How can I draw a PDF file to a DC?

You can call: PDF.DrawCurrentPage( hDC, PrepareDC ) the current page will be displayed on the specified DC. The PrepareDC is a Boolean value that indicates whether it is up to the PDF Creator control to prepare the device context for viewing the page or if the calling application is preparing DC. Th...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How can I retrieve the list of objects in a PDF file?
Replies: 0
Views: 4689

How can I retrieve the list of objects in a PDF file?

Here is a VB code that enables you to retrieve the list of objects in a pdf file: Private Sub cmdLoop_Click() Dim obj As Variant Dim objarray As Variant PDF1.SetLicenseKey LicenseTo, ActivationCode PDF1.Open "c:\temp\fourPage.pdf", "" 'get all array of objects in Page[1] objarray...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How can I create a PDF file ...
Replies: 0
Views: 4903

How can I create a PDF file ...

and add watermarks to it using the Developer version of the PDF Creator? Here is a sample VB function that would create a PDF file with 4 pages, add a watermark on each page and modify various font attributes and paper formats. In the sample, the PDF Creator control is assumed to be positioned on a ...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: When I try to insert pdfcreateactivex component ...
Replies: 0
Views: 4670

When I try to insert pdfcreateactivex component ...

in my program it generates an error in pdfcreativex.dll" and the application closes. Why? Please check that you downloaded the developer and not the end-user version of the PDF Creator. The end-user version cannot be placed on a form in your application, only the developer version can be used ...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: I am installing a new version of the PDF Creator...
Replies: 0
Views: 4631

I am installing a new version of the PDF Creator...

how can I be sure that I am using this new version and not old dlls loaded in memory? After installing the new version please register the dlls that come with the product using Regsvr32. Using version 1.5 of the PDF Creator these dlls are stored by default under Program Files -> Amyuni PDF Creator.
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: Does the developer version of the PDF Creator ...
Replies: 0
Views: 4822

Does the developer version of the PDF Creator ...

need to be activated before using it?

Yes, the new developer version of the PDF Creator needs to be activated using SetLicenseKey(LicenseTo, ActivationCode) after initializing pdfcreactivex object.
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: Does the PDF Creator ...
Replies: 0
Views: 4504

Does the PDF Creator ...

come in Developer and End-user versions? Yes, like the PDF Converter, the PDF Creator is available in two versions: Developer and End-user. The Developer edition is used from inside your application just like any ActiveX control while the End-user version is a stand-alone application that can be us...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: Where can I find information ...
Replies: 0
Views: 4618

Where can I find information ...

on installing and using the PDF Creator?

Along with the PDF Creator (both release and demo versions) you will get a users’ manual called “PDF Creator User Manual.pdf” and a developers’ manual called “PDF Creator Developer Manual.pdf”
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: I am evaluating the demo version of your product ...
Replies: 0
Views: 4558

I am evaluating the demo version of your product ...

and the output is only a 2 pages pdf file, is this normal?

Yes, using the Document Converter demo version, the output is a 2 pages pdf file.
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: Do you have an evaluation version of your products?
Replies: 0
Views: 4454

Do you have an evaluation version of your products?

An evaluation version is available for each of our products. Please feel free to download the specific demo for each product from that product’s description page on our site www.amyuni.com
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: When printing to the PDF Printer ...
Replies: 0
Views: 5571

When printing to the PDF Printer ...

I get the following message: “ Unable to load helper dll.[-2]”. This occurs when the PDF printer cannot locate the file CDINTF210.DLL in the system or system32 directory. Please make sure you have followed the developer installation instructions found on page 5 of "Common Driver Interface ...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: How much time are these changes supposed to take?
Replies: 0
Views: 4314

How much time are these changes supposed to take?

For complex applications, these changes may take up to one hour to implement.
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: What modifications ...
Replies: 0
Views: 4438

What modifications ...

to my code do I need to make when upgrading to version 2.10 of the driver? Version 2.10 of the Converter will register CDIntf210.dll on your system instead of Cdintf.dll to avoid conflicts. If you are using the DLL interface of CDIntf, you need to change the function declarations (replace cdintf.dl...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: What are the main advantages ...
Replies: 0
Views: 4834

What are the main advantages ...

with the 2.10 Document Converter product? \ In this version, our PDF / RTF / HTML Converters have been consolidated into one printer driver. We have added the Excel, Jpeg and Tiff Converter products to the list of available modules. This has a number of advantages over the previous architecture: - ...
by Dany
Fri Aug 05 2005
Forum: Frequently Asked Questions
Topic: We are using version 2.07 of the PDF Converter...
Replies: 0
Views: 4836

We are using version 2.07 of the PDF Converter...

When installing the printer on Windows 2003 server we receive the following error: “Error Code:1930 Your printer driver is not compatible with a policy enable on your computer” The security policy that is preventing the installation of version 2.07 is "Enable installation of Kernel mode pr...