Title: RE: [iText-questions] Question about watermark
Use a PdfStamper. If you want to use PdfWriter don't use Watermark, use page events instead.
Best Regards,
Paulo Soares
-Original Message-
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Kalpana Sundaram
Hello,
I am a Java/J2EE developer in Parsippany, NJ. I am trying to make a watermark be displayed on every page of a PDF file instead of just on the first page. The following are the lines of code that I am using to achieve this:
String templateFolder = (String) htHeader.get("TEMPLATE_FOLDER");