RE: [iText-questions] Question about watermark

2004-01-13 Thread Paulo Soares
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

[iText-questions] Question about watermark

2004-01-12 Thread 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");