Search found 4 matches

by dls619
Thu Apr 22 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error trying to start print job
Replies: 5
Views: 7739

Hi Dan, Just add EnablePrinter right before StartJob, and your code will work. Using version 2.10 the printer should be enabled after calling PDFDriverInit and before each printout. Hope this helps. This did not work for me. Another piece of information is that this same code works on another machi...
by dls619
Thu Apr 22 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error trying to start print job
Replies: 5
Views: 7739

Hi Dan, Just add EnablePrinter right before StartJob, and your code will work. Using version 2.10 the printer should be enabled after calling PDFDriverInit and before each printout. Hope this helps. This did not work for me. Another piece of information is that this same code works on another machi...
by dls619
Thu Apr 22 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error trying to start print job
Replies: 5
Views: 7739

Hi Dan, Just add EnablePrinter right before StartJob, and your code will work. Using version 2.10 the printer should be enabled after calling PDFDriverInit and before each printout. Hope this helps. This did not work for me. Another piece of information is that this same code works on another machi...
by dls619
Wed Apr 21 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Error trying to start print job
Replies: 5
Views: 7739

Error trying to start print job

I have recently upgraded from cdintf.dll 1.59 to 2.10h (developer edition) and can not get my application to print. This code is done before any printing; 1095 Set PDFObject = CreateObject("CDIntfEx.CDIntfEx") 1100 If (Not PDFObject Is Nothing) Then 1110 PDFObject.DriverInit mPDFPrinter 11...