PDF Converter 2.10i-3 & -6

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Alan
Posts: 1
Joined: Tue Jul 06 2004
Location: UK
Contact:

PDF Converter 2.10i-3 & -6

Post by Alan »

Just purchased software after testing out. Using XP and getting printer error for app when using driver. I have Amyuni 2.07 also loaded (Intuit PDF Driver) and can use this one for my printer driver but not 2.10.

Any changes required to code to sort this out? Basically using VB6 with following:-

Set MyPDF = New CDIntfEx.CDIntfEx
MyPDF.DriverInit "Exasoft PDF Printer"
MyPDF.SetDefaultPrinter
MyPDF.DefaultFileName = MainForm.CMDialog1.Filename
MyPDF.FileNameOptionsEx = 1 + 2

Then just print to the printer object. Any clues??
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

The code you are using seems fine if "Exasoft PDF Printer" is already installed on the system.

If you want to use your code with version 2.10 of the printer you need to call EnablePrinter right before printing your documents.

For more information please check the Developers' manual "Common Driver Interface 210.pdf"
Post Reply