Search found 2 matches

by lexware
Mon Oct 03 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Equivalent to PdfIntf.dll
Replies: 3
Views: 7397

With the previous version, we created the PDF printer with our installation routine, and then selected that printer in our foxpro application before printing the report. Can the call to enableprinter be called in our installation routine, or would we have to make this call just before we print. It i...
by lexware
Tue Sep 27 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Equivalent to PdfIntf.dll
Replies: 3
Views: 7397

Equivalent to PdfIntf.dll

We have just upgraded to the latest version of the PDF Convertor. We used to use the following FoxPro code to create a PDF Printer: #DEFINE nofileprompt 1 && do not prompt for file name #DEFINE usefilename 2 && use file name set by SetDefaultFileName else use document name #DEFINE co...