Category Archives: JavaScript

Create Custom Commands in Adobe Acrobat DC Pro

Background In Acrobat XI and older, when you wanted to run e.g. a custom JavaScript, you had to create a folder level script and find the correct directory to install it, or create a custom Action using the Action Wizard, … Continue reading

Posted in Acrobat, JavaScript, Tutorial | Tagged , , , | 129 Comments

Document Level Scripts With Acrobat Standard

If you are using Adobe Acrobat Standard, you’ve probably noticed that you cannot add document level scripts to PDF documents. This is a limitation of the user interface, Acrobat Standard can actually add such scripts (and document actions), but it … Continue reading

Posted in Acrobat, JavaScript, PDF | Tagged , , | 22 Comments

Convert Radio Button Groups to Checkbox Groups in PDF Forms

If you’ve worked with PDF forms, you are probably familiar with radio buttons: There is one problem with radio buttons: When you have a selection that also includes “non of the above”, you have to create a separate option for … Continue reading

Posted in Acrobat, JavaScript, PDF, Tutorial | Tagged , , , , , | 40 Comments

Page Splitter Redux

One of my more popular blog posts was about splitting PDF pages. I wrote that post five years ago and I am still getting regular feedback and questions. The original script was written for Acrobat 9, and used the “Documents” … Continue reading

Posted in Acrobat, JavaScript, PDF | Tagged , , , | 71 Comments

Extract PDF Pages Based on Content

How would we identify pages in a PDF document that contain a certain word and extract those pages into a new document? This can be done with a few lines of JavaScript – there are different ways to do this: … Continue reading

Posted in Acrobat, JavaScript, PDF, Tutorial | Tagged , , , | 122 Comments

All About PDF Stamps

Putting “All About PDF Stamps” on the cover puts the bar pretty high when you write a book about PDF Stamps… But Thom Parker clears that bar without any problems! His book “All About PDF Stamps in Acrobat & Paperless … Continue reading

Posted in Acrobat, Books, JavaScript, PDF, Programming | Tagged , , , , | Leave a comment

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 , , , , | 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 , , , , | 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 , , , , , | 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 , , , , , | 9 Comments