Am having issues with printing different sized PDF's using GhostScript (V9.05).
The PDF in question is A3 landscape however when printing using ghost script using the following command line arguments the result is printed in A4 portrait and cuts off half of the content.
Commad line arguments:
"-sDEVICE=mswinpr2 -dPDFFitPage -dPrinted=false -dNoCancel -dBATCH -dNOPAUSE -sOutputFile="\spool\HP LaserJet P2050 Series PCL6 (A4)" "C:\Users\dmeggs\AppData\Local\Temp\iPlan_Printing_k4gjaoip.pdf""
I've tried many combinations of parameters, most seem to have no effect. Ideally I want the printer to print the PDF based on the PDF properties as this will be used to print A4, A3, portrait and landscape documents.
Thanks Dan