Hi All; I want to add a WATERMARK to pdf document usinf iText. To do that I have to find out the created PFD before it displays.
Can any of u give a clue from where to find out?? Because I need the PDF to give as one of the parameters like PdfReader reader = new PdfReader(newFileName); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream(fileName)); Regards harshini --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
