Tip Jar
-
Recent Blog Posts
Blog Archive
Contact
KHKonsulting LLC
khkonsulting@khk.net
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 Acrobat, Acrobat SDK, Adobe Acrobat, JavaScript, PDF, Programming, VB
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 Acrobat, Adobe Acrobat, JavaScript, PDF
5 Comments