Hi, I'm calling Ghostscript 8.60 with commandline -dCompatibilityLevel#1.4 -sstdout=%stderr -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE#pdfwrite -sOutputFile#"x.pdf" -c .setpdfwrite -f <some PS files> <some PDF files> to combine PS and PDF files to a single PDF.
The portrait/landsacpe setting of the PS files is reproduced in the resulting PDF file. However, PDF input files with landscape format pages seem always to be inserted into the result PDF in portrait format, which cuts off a part of the pages. Is this a bug? Is there a commandline option to control the page format? Heinz