Hello,
We use PDFPrint in version 3.0 (Windows Server 2008 R2) for some years.
For some time, we have problems with the software.
If PDFPrint is started several times at the same time to print different documents from different directories, it is not always printed on the specified printer.
Example:
pdfprint.exe -printer Printer1 c:\Printer1\Document123.pdf
pdfprint.exe -printer Printer2 c:\Printer2\Document987.pdf
If this is done simultaneously (automatically in the background), it can be printed as follows:
Document123.pdf -> Printer2
Document987.pdf -> Printer1
How can this be prevented?
The problem does not always occur.
Customer
-----------------------------------------
Please add -nochgprinter parameter to solve this problem, -nochgprinter parameter doesn't change the "default printer" during printing, you can run following command lines to solve this problem,
pdfprint.exe -nochgprinter -printer Printer1 c:\Printer1\Document123.pdf
pdfprint.exe -nochgprinter -printer Printer2 c:\Printer2\Document987.pdf
See Also:
Category Archives: PDF Print
https://www.verypdf.com/wordpress/category/pdf-print
How do I use pdfprint.exe to print to a paper size other than Letter on a network printer while logged in as a user instead of an administrator?
https://www.verypdf.com/wordpress/201310/how-do-i-use-pdfprint-exe-to-print-to-a-paper-size-other-than-letter-on-a-network-printer-while-logged-in-as-a-user-instead-of-an-administrator-39111.html