Re: PostScript to PDF and Duplex/Tumble
"RITTER, Philippe" <[email protected]> Mon, 6 Jun 2016 13:52:48 +0000
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi I used this flag also, but I don't di dit in all my GS call. After review, I made it now each time, and it works ! Thanks again Regards Philippe RITTER -----Message d'origine----- De : Ken Sharp [mailto:[email protected]] Envoyé : lundi 6 juin 2016 15:40 À : RITTER, Philippe Cc : '[email protected]' Objet : RE: [gs-devel] PostScript to PDF and Duplex/Tumble 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