Quoting Robert Crank <[EMAIL PROTECTED]>:

> I am using the watermark feature of iText and am noticing that the image
> is not actually being added to the PDF as a watermark, but as
> background.

You shouldn't use the Watermark object, but PageEvents.
http://www.lowagie.com/iText/tutorial/ch12.html#openclose
Put the Watermark in a PdfTemplate and add it to the
PdfContentByte for every page.
If you want to add the Watermark UNDER everything else,
use writer.getDirectContentUnder(); if you want the
Watermark OVER everything else, use writer.getDirectContent.

br,
Bruno


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to