Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Helge Blischke Newsgroups: comp.lang.postscript Subject: Re: inserting duplex code? Followup-To: comp.lang.postscript Date: Fri, 02 Dec 2011 23:38:53 +0100 Lines: 25 Message-ID: <9jt2buF9mkU1@mid.individual.net> References: <83442a2a-744f-4c7b-96e4-2231b6447d36@q9g2000yqe.googlegroups.com> <9js78vFgekU1@mid.individual.net> <0ea21617-202e-46ff-a498-bfd4d95c9381@y6g2000yqe.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: individual.net FBAEgzyblBwRkBRb6dLyywn3uQL6y4u61Se6+8SLN9Zu6pyim3 Cancel-Lock: sha1:p8zKozk1Ecr1fBtjtWTJDUz2U8U= User-Agent: KNode/0.99.01 Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:477 luser- -droog wrote: > On Dec 2, 8:56 am, Helge Blischke wrote: >> jhgrredbjhj wrote: >> > gswin32c -sDEVICE=ps2write -dNOPAUSE -dBATCH -sOutputFile=test.ps -c >> > "<< /Duplex true /Tumble false >> setpagedevice" -f file1.ps file2.ps >> >> > The duplex code never makes it through to the final ps.  Is there any >> > way for ghostscript to get this in without taking another step of >> > editing the file? >> >> I guess not. Ghostscript's ps2write device shares a lot of code with the >> pdfwrite device and does not support (as far as I can see from both the >> documentation and the code) pagedevice keys for controlling specific >> device functions, only those which have an effect on the rendering >> itself. >> >> Helge > > Isn't there a pdfmark to set duplex? Would that help? No, there isn't. Helge