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??
PDF Converter 2.10i-3 & -6
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"
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"