Re: [iText-questions] Changing links in a PDF document

2005-09-15 Thread Paulo Soares
27;" <[EMAIL PROTECTED]>; Sent: Thursday, September 15, 2005 8:36 PM Subject: RE: [iText-questions] Changing links in a PDF document > Thanks for the quick reply. I figured that I would have to go through the > PdfReader->Annotations->Stamper to get the work done but I can

RE: [iText-questions] Changing links in a PDF document

2005-09-15 Thread Tomas Hansson
essage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: September 15, 2005 14:58 To: Tomas Hansson; itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Changing links in a PDF document That's quite easy. With PdfReader get the page/annots and

Re: [iText-questions] Changing links in a PDF document

2005-09-15 Thread Paulo Soares
That's quite easy. With PdfReader get the page/annots and go through each annotation looking for the action. Output the pdf with PdfStamper. - Original Message - From: "Tomas Hansson" <[EMAIL PROTECTED]> To: Sent: Thursday, September 15, 2005 7:38 PM Subject: [iText-questions] Changing