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.
Related Posts
Related posts:
Add barcode watermark with PDFPrint Command Line
How to print PDF using low resolution via command line?
How can I change the printer tray to print PDF via a command line?
How to control printing PDF font among embedded, system, Unicode and others
How to print PDF and specify name of the user to do the work?
What is distribution requirement to redistribute PDFPrint software to my customers?
PDFPrint SDK - Windows permissions from SYSTEM user account
VeryPDF PDFPrint Command Line supports Windows 10 and 11, works offline without internet connection,...