Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!pnx.dk!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 15:56:30 +0100 Lines: 17 Message-ID: <9js78vFgekU1@mid.individual.net> References: <83442a2a-744f-4c7b-96e4-2231b6447d36@q9g2000yqe.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: individual.net IN1JjctOHFz72l7ra1w6yQpNdiK69dpyjn78sJWicgiYr3ZMld Cancel-Lock: sha1:ALC6sOivmkgB4btcdXQRL5JZHsc= User-Agent: KNode/0.99.01 Xref: x330-a1.tempe.blueboxinc.net comp.lang.postscript:474 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