Re: [iText-questions] turn background printing on/off

2007-07-03 Thread Carl H. Sayres
*To:* Post all your questions about iText here *Subject:* Re: [iText-questions] turn background printing on/off well... I need to do this programmatically (on lots of documents, server side). The original documents will have an image in the background layer. Versions of each document will b

Re: [iText-questions] turn background printing on/off

2007-07-02 Thread Leonard Rosenthol
And I gather these PDFs are already produced - so that you can't go back and ask that the author produce them in a different method, right? If so, then you are going to need to write some code that pre- processes these PDFs to LOCATE the "background image" and then associate it with a PDF la

Re: [iText-questions] turn background printing on/off

2007-07-02 Thread Carl H. Sayres
well... I need to do this programmatically (on lots of documents, server side). The original documents will have an image in the background layer. Versions of each document will be sent from the server to either laser printers where the entire document will be printed (including the backgroun

Re: [iText-questions] turn background printing on/off

2007-07-02 Thread Bruno Lowagie (iText)
Carl H. Sayres wrote: > I want to be able to produce a version of this > document where the image doesn't print. I think the best solution would be to create the template that way. Add the image to an OCG that doesn't print in Acrobat. br, Bruno --

Re: [iText-questions] turn background printing on/off

2007-07-01 Thread Carl H. Sayres
Thanks for the response. Here's what I'm actually trying to do... On my server-based application, I have a PDF file with a background image and content drawn on top. I want to be able to produce a version of this document where the image doesn't print. (The image will already be on the paper).

Re: [iText-questions] turn background printing on/off

2007-06-28 Thread Carl H. Sayres
Hi Bruno, Thanks for the response. Here's what I'm actually trying to do... On my server-based application, I have a PDF file with a background image and content drawn on top. I want to be able to produce a version of this document where the image doesn't print. (The image will already be on t

Re: [iText-questions] turn background printing on/off

2007-06-27 Thread Bruno Lowagie (iText)
Carl H. Sayres wrote: > Is it possible to turn on/off the printing of background images. ie. In > Acrobat 8, I can set a background image using the > Document>background>Add/Replace dialog, and then click on Appearance > Options and select or de-select "show when printing". What I am looking >

[iText-questions] turn background printing on/off

2007-06-26 Thread Carl H. Sayres
Is it possible to turn on/off the printing of background images. ie. In Acrobat 8, I can set a background image using the Document>background>Add/Replace dialog, and then click on Appearance Options and select or de-select "show when printing". What I am looking for is a way to programmatically