Tip Jar
-
Recent Blog Posts
Blog Archive
Contact
KHKonsulting LLC
khkonsulting@khk.net
Category Archives: Programming
Acrobat JavaScripts – Where do they go?
JavaScripts in Acrobat can either be attached to a document – for example to validate a form field – or they can be loaded directly into the application as a folder level script. It’s pretty straight forward to figure out … Continue reading
Posted in Acrobat, JavaScript, mac, PDF, Programming
Tagged Acrobat, JavaScript, mac, PDF, Windows
7 Comments
Reading And Modifying PDF Form Fields with VBA
I’ve written about VBA and Acrobat JavaScript before, and I’ve also mentioned that you can combine VBA and JavaScript to access PDF form fields, but I still owe a sample for that. I had to answer another question today about … Continue reading
Posted in Acrobat, JavaScript, PDF, Programming
Tagged Adobe Acrobat, Form, JavaScript, JSO, vba
74 Comments
Best Way to Learn Acrobat Scripting
Every now and then I come across the question “What is the best way to learn scripting for Adobe Acrobat? Are there any books or other resources averrable?”. After doing some research, I think I finally found the best resource … Continue reading
Posted in Acrobat, JavaScript, PDF, Programming
Tagged Acrobat, adobe pdf, JavaScript, PDF, pdfscripting.com, scripting
1 Comment
Developing Acrobat JavaScript on a MacBook
Acrobat’s JavaScript is a great tool to extend the application, or to automate reoccurring tasks. There are several ways a JavaScript can be added to the application or a document (e.g. folder level scripts, validation scripts, event handling scripts, …), … Continue reading
Posted in Acrobat, Apple, JavaScript, mac, PDF, Programming
Tagged Acrobat, adobe pdf, Apple, development, JavaScript, mac
9 Comments
Acrobat Plug-Ins
If you’ve seen my resume – or talked to me lately, you know that I create Acrobat plug-ins for a living. When people hear that, they usually think something like “Don’t forget to pick up the dry cleaning” or “I … Continue reading
Posted in Acrobat, PDF, Photos, Programming
Tagged Acrobat, acrobat plug-in, adobe, PDF, plug-in
7 Comments
Splitting PDF Pages
No, this is not about my patent pending idea of a sheet splitter that turns duplex documents into simplex documents… This post is about a problem that comes up every now and then: When you scan a book or a … Continue reading
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