Tagged Questions
4
votes
2answers
4k views
Create destinations for all bookmarks in a PDF file with iText API
I'd like to write some Java code that takes a PDF document, and creates named destinations from all of the bookmarks. I'm thinking that the iText API is the easiest way of doing this, but I have never ...
0
votes
2answers
63 views
How to programmatically read named destinations from pdfs?
How can I programmatically read the named destinations embedded in a pdf document? I'm using C# / VS 2010 on .NET 3.5 (but could switch to 4.0 if absolutely necessary). I have the Adobe Acrobat Reader ...