Re: [iText-questions] Watermark and Signatures

2006-07-07 Thread Paulo Soares
39 AM Subject: [iText-questions] Watermark and Signatures > > Hi All, > > I am new to iText. I have a requirement where I have to apply watermark to > an existing PDF, the PDF has digital signatures. > > I am using PdfStamper to apply the watermark, the code snippet is as > fol

[iText-questions] Watermark and Signatures

2006-07-07 Thread mohan alagurajan
Hi All, I am new to iText. I have a requirement where I have to apply watermark to an existing PDF, the PDF has digital signatures. I am using PdfStamper to apply the watermark, the code snippet is as follows: PdfReader reader = new PdfReader("C:/form.pdf"); int n = reader.getNumberOfPages();