|
|
|
|
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.
|
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
|
|
|
 |
|