Search found 2 matches
- Thu Jun 14 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Call to PDF RestoreDefautPrinter does not always work
- Replies: 2
- Views: 6770
Call to PDF RestoreDefautPrinter does not always work
Hi Jose, The users are on Windows XP, and the application calling the PDF Driver is Dynamics NAV. Before printing makes following function calls IF ISCLEAR(PDFConverter) THEN CREATE(PDFConverter); PDFConverter.DriverInit('Navision PDF Converter'); PDFConverter.FileNameOptions(3); PDFConverter.Defaul...
- Mon May 14 2007
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Call to PDF RestoreDefautPrinter does not always work
- Replies: 2
- Views: 6770
Call to PDF RestoreDefautPrinter does not always work
We support a third party application that uses the AmyUni PDF Printer to create PDF files. In order to ensure the report goes to the PDF printer, this is set to the default printer, and then the RestoreDefaultPrinter function is called to set this back to what it was before. Sometimes after this app...