I am having trouble using any modifiers in this command line utility. I am successfully able to change printer and bin/tray, but when trying to print PDF files in landscape orientation on 11x17 paper, it will not rotate the PDF on the page nor will it scale to the paper size as desired. I have tried all of the following commands changing orientation on each of them as well.
It prints to 11x17 paper as desired, but prints as if it were printing landscape on 8.5x11.
pdfprint.exe -scalex 0 -scaley 0 -printer "SHARP MX-M654N PCL6" -paper 4 -chgbin 259 -orient 2 "84C621848P1_0.pdf"
pdfprint.exe -scalex 0 -scaley 0 -printer "SHARP MX-M654N PCL6" -paper 4 -chgbin 259 -orient 1 "84C621848P1_0.pdf"
pdfprint.exe -printer "SHARP MX-M654N PCL6" -paper "11x17in" -chgbin 259 -orient 2 "84C621848P1_0.pdf"
pdfprint.exe -printer "SHARP MX-M654N PCL6" -chgbin 259 -orient 2 "84C621848P1_0.pdf"
I am currently evaluating the product and this issue is the only thing preventing me from making a purchase.
Customer
-----------------------------------------------
Disregard. I found the solution. Changing the paper to 3 instead of 4 worked and it was able to scale appropriately.
Customer