Dear Support,
we have the problem with the Freeware PDFPrint Command Line,
When sending the print job this is rotated by 90 degrees, is that only the
case with the freeware, or is there a parameter for this?
Sorry, the Report is rotated by 180 degrees.
many thanks
Customer
-----------------------------------------
Thanks for your message, the first, PDFPrint Command Line is not a freeware, it's a shareware, the trial version has some restrictions, if you wish to use it without any restrictions, you may purchase it from this web page,
https://www.verypdf.com/app/pdf-print-cmd/try-and-buy.html
For your questions, you may run following command lines to print your PDF file again,
pdfprint.exe -shell C:\test.pdf
pdfprint.exe -shell2 C:\test.pdf
pdfprint.exe -raster2 C:\test.pdf
pdfprint.exe -raster3 C:\test.pdf
pdfprint.exe -vector C:\test.pdf
pdfprint.exe -useembedfont C:\test.pdf
pdfprint.exe -printermargins -raster2 C:\test.pdf
pdfprint.exe -printermargins -raster2 -scalex 95 -scaley 95 C:\test.pdf
pdfprint.exe -raster2 -rasterbwtext -rasterbitcount 1 -xres 150 -yres 150 C:\input.pdf
Could you able to print your PDF file to Windows Printer without rotation of 180 degrees problem with one of above command lines?