Gast
#6705130
Hallo, ich versuche mit der portablen Version von Ghostscript eine .ps-Datei in ein PDF zu wandeln. gswin64c -dNOPAUSE -dBATCH -sPAPERSIZE=a2 -dAutoRotatePages=/PageByPage -sDEVICE=pdfwrite -sOutputFile=test.pdf TOP01.ps Mit dem oberen Aufruf bekomme ich ein PDF im Portrait. Ich möchte das PDF aber im Landscape. Wie kann man das PDF bei der Erzeugung drehen? Vielen Dank