Change bin/tray in pdf print command line

I'm french. I'm testing PDFPrint v2.5.
I have some values from my program in DEVMODE (bin 257, tray 11, orientation 2).
How can I use it directly in command line with PDFPrint.EXE?
 
Could you give me an example please?
===========================
You can use -chgbin, -orient, etc. parameters, for example,

Pdfprint.exe -chgbin 11 -orient 2 C:\test.pdf

You can also save and load DEVMODE directly, for example,

   pdfprint.exe -savedevmode C:\file.dat -printer "VeryPDF PCL Writer"

   pdfprint.exe -loaddevmode C:\file.dat -printer "VeryPDF PCL Writer" C:\input.pdf

We hoping above command lines will helpful to you, please to try.

VeryPDF

Related Posts