Category Archives: JavaScript

Acrobat, JavaScript and VB walk into a bar…

OK, let’s just forget about that old joke and concentrate on how to combine all three into something that is quite useful. As I’ve described in one of my previous posting, it is quite easy to automate Acrobat from VB … Continue reading

Posted in Acrobat, JavaScript, PDF, Programming | Tagged , , , , , , | 16 Comments

Counting Bookmarks

Let’s assume you have a PDF document, and you want to know how many bookmarks you have in that document, how would you approach that? The JavaScript API has methods to traverse the bookmark tree. Here is a short program … Continue reading

Posted in Acrobat, JavaScript, PDF, Programming | Tagged , , , | 5 Comments