Thanks for your help -----Original Message----- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 12 May 2003 09:59 To: [EMAIL PROTECTED] Subject: Re: Duplex Printing
As far as I know you can't do that with basic PDF. The thing you're trying to do would be part of a job ticket, but FOP doesn't support any job ticket functionality. The only way to print a PDF in duplex is to do it manually. Even if you can embedd a job ticket that supports specifying duplex information you still have to make sure that the party finally printing the PDF can interpret the job ticket format. With PostScript this would be simpler at the moment because you would be able to add in duplex commands relatively easily by patching the PostScript file after it is generated by FOP. On 12.05.2003 10:48:57 Matthew Lancashire wrote: > When someone prints a pdf I have produced using FOP I want certain pages to > print on the reverse of the previous page. eg Front of page would show a > Contract and the reverse of that page would show Terms and Conditions Page. > I only want this to happen on certain pages and when it is printed. As far > as the pdf is concerned I am do not want to alter that presentation. > > Do I have to embed printer commands or something? Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
