Search found 5 matches

by Dana Perkins
Wed Dec 19 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Handle returned by PDFDriverInit
Replies: 4
Views: 7626

Thanks! The documentation should be updated to reflect this.
by Dana Perkins
Wed Dec 12 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Driver Message Handling
Replies: 0
Views: 4650

Printer Driver Message Handling

The Version 2.50 Amyuni Document Converter Manual on page 73 has sample code for a message handling function for the dll interface. The sample is C++ code. I am having difficulty translating this to vb6. Is there such an example for vb6?

A quick response is appreciated.
by Dana Perkins
Wed Dec 12 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Modify to capture PDF Converter Events
Replies: 0
Views: 4893

Modify to capture PDF Converter Events

In vb6 I have been able to successfully capture events when placing the PDF Converter as a control on the form, but have not been able to do so with the following code. This code does PDF ok, I just don't know how to capture events. Const strActivationCode = "xxx" Const strLicensedTo = &qu...
by Dana Perkins
Wed Dec 12 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Handle returned by PDFDriverInit
Replies: 4
Views: 7626

Printer Handle returned by PDFDriverInit

I am using the PDF Converter from VB6 code. I have declared all the needed functions in a module and when I Initialize the driver with PDFDriverInit or DriverInit, I do get a handle (as long) returned from the function. Public Function CreatePDFPrinter() As Long Dim X As Printer Dim pPhnxPrinter As ...