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 ...
1
vote
1answer
404 views

Change destination folder of JAR files in Netbeans 7

I'm working on a multiproject solution for a client and we're trying to have all our builds automatically go into a predetermined BIN folder. All the C++ projects were easily enough moved over but ...