Good morning,
I have a issue with your printing software.
It's installed on a windows server and we has developed an VB net application that send by command line a pdf file on two printer. Someone the pdf file sent on a printer nr.1 was printed on printer nr.2 or vice versa.
Can you help me what can i do?
The printer jobs is sent to the two printer with different time delay about 3s.
Thanks.
Customer
--------------------------------
Thanks for your message, you can add "-nochgprinter" option to solve this problem,
-nochgprinter: don't change default printer during printing
for example,
pdfprint.exe -vector -printermargins -nochgprinter C:\input.pdf
pdfprint.exe -nochgprinter -printer "docPrint" C:\input.pdf
pdfprint.exe -debug -shell2 -shelltime 1000 -nochgprinter C:\input.pdf
"-nochgprinter" option doesn't change the default printer during printing, we hope this option will useful to you, please use it to try again.