Using Acrobat JavaScript with Forms - Learn where to enter scripts, how to perform common tasks, the do's and dont's of JavaScript, and scripting that will work in Adobe Reader.
How to save a PDF with Acrobat JavaScript - Being able to save a file to disk is a critical activity for Acrobat workflow automation, and fortunately, there are a couple ways to do this from a script.
Conditional Execution - One of the most important features of any programming language--including JavaScript--is the ability to make decisions, called Conditional Execution.
Scripting for Adobe Reader - Thom Parker explores the various restrictions of Adobe Reader scripting, and methods for testing and debugging code directly in the Reader environment.
How to Make a Toggle Button - Thom Parker explains that regardless of the forms technology, AcroForms or LiveCycle, the technique for creating a Toggle Button is identical. Only the technology-specific details are different.
Why doesn’t my script work? - That’s a very good question, and one commonly asked in various user forums. Usually this statement is followed by 'I copied the code exactly,' or 'I changed something and then it broke.' Unfortunately, this is a fact of scripting. Sometimes things just don’t work. So what do you do? When scripts break, it’s time to step back and figure out what’s wrong.
Custom document search using JavaScript - As Thom Parker explains, the search engine in Acrobat is almost completely controllable from Acrobat JavaScript, so you can build advanced search features into your own documents or document sets.
Importing and exporting PDF file attachments with Acrobat JavaScript - A PDF file has the ability to encapsulate other file types, such as a '.zip' file. The user can quite literally drag and drop files in and out of a PDF. This ability to attach files is the basis for several other features in Acrobat, most notably "Packages" in Acrobat 8, "Portfolios" in Acrobat 9 and "Data Collection" files.
Text matching with regular expressions - Thom Parker says that practically every computer language in use today provides support for using regular expressions, and he provides an introduction to using them in Acrobat JavaScript.
Entering scripts into a Link Action - Thom Parker says the link object is intended to provide a kind of hyperlink capability for Acrobat, and can also be used to run a JavaScript.