Tip Jar
-
Recent Blog Posts
Blog Archive
Contact
KHKonsulting LLC
khkonsulting@khk.net
Category Archives: Tutorial
Batch-Import Excel Data into PDF Forms
A while ago I documented for AcrobatUsers.com how to manually import an Excel data record into a PDF form. You can find this information here: Can I import data from an Excel spreadsheet to a fillable PDF Form? This is … Continue reading
Posted in Acrobat, JavaScript, PDF, Tutorial
Tagged Adobe Acrobat, data, excel, Mail Merge, PDF, PDF Forms, Variable Data
231 Comments
Apply Standard PDF Form FIeld Formatting/Keystroke/Validation Events to Fields via JavaScript
For some options in Acrobat’s form editor, you can select multiple fields and then apply the same option to all selected fields. This works for example for the “read-only” flag, or the display options. It does however not work for … Continue reading
Posted in Acrobat, JavaScript, PDF, Tutorial
Tagged Adobe Acrobat, calculation, formatting, JavaScript, keystroke, PDF Form, scripts, validation
1 Comment
Security Envelope Templates (Still) Missing in Mac Version
Adobe Acrobat has had an interesting feature since at least Acrobat 8: A “Security Envelope” allows the user to pack any document into such an “envelope” and encrypt the contents. Only the recipient with the correct “key” can decrypt these … Continue reading
Posted in Acrobat, PDF, Tutorial
Tagged Acrobat Bug, Adobe Acrobat, Security Templates
Leave a comment
How to Count Radio Button Choices in Acrobat JavaScript
A question that comes up every now and then on either AcrobatUsers.com or in the Acrobat JavaScript Forum is about how to count how many radio buttons with a certain value were selected by a user. Let’s for example say … Continue reading
Posted in Acrobat, JavaScript, PDF, Tutorial
Tagged adobe pdf, count radio buttons, forms, JavaScript, radiobuttons
19 Comments
Too Personal for Mobile Link? How to Remove Files From Document Cloud’s Recent List
When you use any recent version of Adobe Acrobat or Adobe Reader, and you gave in to the continued ‘nagging’ to turn on “Mobile Link”, then all the files you open in Acrobat or Reader will get uploaded to Adobe’s … Continue reading
Posted in Acrobat, Tutorial
Tagged Acrobat DC, Cloud Storage, Document Cloud, Mobile Link, PDF, Recent
4 Comments
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 "Acobat DC", Adobe Acrobat, Custom Commands, tutorial
129 Comments
Missing Characters After Merging or Inserting PDF Files? Here is a Potential Workaround
Have you ever tried to merge a few files and ended up with missing characters on some of your pages in the resulting PDF file? Here is a description of one of these instances – as a question posted on … Continue reading
Posted in Acrobat, PDF, Tutorial
Tagged Adobe Acrobat, Font Problems, Merging PDF Files, Missing Characters, PDF
51 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 Acrobat, Checkbox, JavaScript, PDF, PDF Form, Radio Button
40 Comments
Floating Text on PDF Documents
Have you ever thought that it would be nice to add some “floating text” to a PDF document that can be shown and hidden based on where the user’s mouse cursor is? This is useful, for example, if you want … Continue reading