Tutorials, tools, scripts and samples for scripting Acrobat and PDF
Home | Video Tutorials | Copy-n-Paste Scripts | Download Library | Free Content | Search | MEMBERS AREA


 About this Site
About Us
Contact Us
Privacy Policy
Refund Policy
Site Video Tour
Terms of Use
Testimonials
 DEPARTMENTS
Articles
Video Tutorials
Copy-n-Paste Scripts
Download Library
Free Content
Free Videos
Most Popular
 RESOURCES

Let me know when new content is available.

Home | Common Script Elements
 

Common Scripting Elements (Colors, File Paths, Coordinates)

There are a number of scripting elements that are unique to AcroForm scripting and used consistently throughout the Document Object Model. These include Colors, File Paths, and Coordinates. Understanding how these elements are defined and used is a necessary Acrobat scripting skill.

Additional content on File Paths.


PDF Page Coordinates (page size, field placement, etc.)
AcroForm, Basics, Automation
Page coordinates are used to add fields and annotations to a page, move fields and annotations, resize page boundries, locate words on a page, and for any other operation that involves page geomet . . . keep reading
File Paths: Acquiring a Path
(Resources, Automation)
It's often necessary build a file path at runtime. To do this the code needs a starting point, it has to have a known path. This known path can be aquired in a number of different ways. It can b . . . keep reading
File Paths in Acrobat JavaScript
(Resources, Automation)
A file path is a text string that describes the location of a file on a computer file system (usually a hard drive). Whenever a program needs to load or save file data, a file path is involved. The A . . . keep reading
Defining and Using Colors in AcroForm Scripting
(Resources, Effects)
The Acrobat JavaScript model can be used to describe a wide variety of colors in three different color spaces. Colors are used for backgrounds, borders and text in both form fields and markup annotations. They are important for both automating the creation of these elements and adding highlighting and other visual effects to a PDF. . . . keep reading