Re: [iText-questions] modify pdf objects with iText

2011-03-25 Thread [email protected]
Thank you very mutch for your answer, that's just what I was looking for. But I've a problem with the line: if (dict.getType() == PdfName.FILESPEC) { the Visual Studio return me that error:  'iTextSharp.text.pdf.PdfDictionary'does not contain a

Re: [iText-questions] modify pdf objects with iText

2011-03-25 Thread [email protected]
Thanks for the sample, but, i think that in my case the best is read the xref because I dont know how mutch links exists and they aren't named and positioned in the Acroforn array so I can not read with GetFieldItem() function. Al 24/03/2011 16:52, En/na 1T3XT BVBA ha e

Re: [iText-questions] modify pdf objects with iText

2011-03-25 Thread [email protected]
port legalese.Disclaimer; Disclaimer DisCard = null; From: 1T3XT BVBA [mailto:[email protected]] Sent: Thursday, March 24, 2011 8:53 AM To: [email protected] Subject: Re: [iText-questions] modify pdf objects with iText Op 24/03/2011 15:3

Re: [iText-questions] modify pdf objects with iText

2011-03-24 Thread Mark Storer
From: 1T3XT BVBA [mailto:[email protected]] Sent: Thursday, March 24, 2011 8:53 AM To: [email protected] Subject: Re: [iText-questions] modify pdf objects with iText Op 24/03/2011

Re: [iText-questions] modify pdf objects with iText

2011-03-24 Thread 1T3XT BVBA
Op 24/03/2011 15:38, [email protected] schreef: Hi, I would like to know if is possible to modify pdf object and re-save the pdf with changes. This is an example that shows how to replace an URL: http://1t3xt.be/?124 If you want to know more about the structure and the content of the objects, yo

[iText-questions] modify pdf objects with iText

2011-03-24 Thread [email protected]
Hi, I would like to know if is possible to modify pdf object and re-save the pdf with changes. The purpose is change the path of a link in a pdf collection. I did the following test, but i don't know how to continue: (code in vb.net)=