*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
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
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
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
--
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).
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
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
>
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