Re: PostScript to PDF and Duplex/Tumble
Ken Sharp <[email protected]> Mon, 06 Jun 2016 14:39:46 +0100
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
At 13:08 06/06/2016 +0000, RITTER, Philippe wrote:
>I have also tried to rotate with your sample. It works in Ghostview, but
>not when I try to convert it with gs to PDF. Same for /Orientation,
>doesn't work either. It was my typo error, in my postscript it was correct.
The pdfwrite device has /AutoRotatePages set to /PageByPage by default,
which will rotate pages so that the text is upright and horizontal, you'll
need to set the to /None as well when using pdfwrite.
Ken