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 ...