How can I avoid changing the default printersetings by using PDFPrint.
At this moment we are using PDFPrint to batchprint PDF-documents with different printersettings.
After de printing is done, my default printersettings have been changed to one of the settings given in the PDFPrint-command.
For example:
C:\pdfprint_cmd\pdfprint.exe –printer “HP Laserjet 5200 Plan” –orient 2 –paper “A4” –scalex 0 –scaley 0 V:\67720-1-C.pdf
My default printersettings before the command were Orientation “Portrait” and Paper “A3”.
After the command the settings were changed to Orientation “Landscape” and Paper “A4”.
How is this possible and how can I prevent this from happening.
===================================
Please use -restoreprinter parameter to restore printer’s settings after printing, for example,
Pdfprint.exe -restoreprinter -checkjobstatus C:\test.pdf
===================================
I tried to make a restore but it is a command that does not exist in the list of PDFPrint.
I printed with the command:
C:\PdfPrint_cmd\PdfPrint.exe -printer “HP LaserJet 5200 Plan” -orient 2 -paper “A4” -scalex 0 -scaley 0 V:\67720-1-C.pdf
After this I tried to restore with the command:
C:\PdfPrint_cmd\PdfPrint.exe -restoreprinter -checkjobstatus V:\67720-1-C.pdf
The last function does nothing but opens the total command list of PDFPrint.
What am I doing wrong?
How can I upgrade PDFPrint. V2.0 to v2.5 ?
===================================
Thanks for your message, the upgrade cost is 50% of purchase price, if you wish upgrade it to latest version, please email to us your original Order ID, we will send an upgrade web page to you shortly.
Also, you need combine these parameters into one command line, for example,
C:\PdfPrint_cmd\PdfPrint.exe -restoreprinter -checkjobstatus -printer “HP LaserJet 5200 Plan” -orient 2 -paper “A4” -scalex 0 -scaley 0 V:\67720-1-C.pdf
===================================
Related Posts
Related posts:
Change paper size and paper tray in PDF Print SDK
How to print PDF vertically on both sides via a command line?
How to set content vertical offset and print PDF via command line?
How to print PDF silently and add watermark on paper documents?
-paper pdf option does not work with multiple PDF files
How to Batch Print PDF by command line without any problem?
PDFPrint Command Line doesn't work when we call it from web application
VeryPDF PDFPrint Command Line: Printing PDFs from Windows Command Line