[iText-questions] merge pdf's with bookmarks

2011-02-17 Thread xi...@gmx.com
Hello, I merged 3 PDFs using iTextSharp lib, one  with bookmarks and two without bookmarks. The result is a pdf without any bookmark. Is that normal? Can I merge PDF's without lossing bookmarks? Thank you ;) ---

Re: [iText-questions] merge pdf's with bookmarks

2011-02-18 Thread xi...@gmx.com
Thank you !!! I was looking with the words "merge" and "join" and I did not found it ! I'm a iText beginner and that's my first try. Thank you both for your answers ;) Al 18/02/2011 09:44, En/na 1T3XT BVBA ha escrit:

[iText-questions] modify pdf objects with iText

2011-03-24 Thread xi...@gmx.com
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)=    

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

2011-03-25 Thread xi...@gmx.com
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-25 Thread xi...@gmx.com
BA ha escrit: 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 a

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

2011-03-25 Thread xi...@gmx.com
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] Call a java Class from VB.NET

2011-04-18 Thread xi...@gmx.com
Why don't you use itextSharp ? it is better to call from vb.net. http://sourceforge.net/projects/itextsharp/ Al 18/04/2011 17:17, En/na John Williams ha escrit: I would like to use iText integrated with