Solution to what? What problem with PdfReader? To put a watermark use PdfStamper and getUnderContent() to place the image or text under the original. Note that some PDFs start by drawing an opaque white rectangle covering the page and that in this cases this kind of stamping will not work. You'll need to go to the translucid model to do it.
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 06, 2003 9:02 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfReader and links > > > Hello! > > I have PDF document to which I have to add watermark. PDF document also > contains links (URLs, http). > My program reads existing PDF file via PdfReader and generates new PDF to > which it adds watermark. > > Basically request is to add watermark to existing PDF document. Is > solution bescribed above ok and > I'm just missing something or there is really problem with PdfReader. Any > solutiuons or workarounds? > > Best regards, > > Matjaz > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
