Mac OS - Interapplication Communications¶
DistillerControl¶
Location
IAC/mac/AppleScripts
Description
Demonstrates two methods for converting PostScript files into PDF using the Distiller AppleScript interface. The first uses the default settings and the second sets a specific JobOptions setting.
ObjectProperties¶
Location
IAC/mac/AppleScripts
Description
Demonstrates how to work with various objects exposed through the Acrobat AppleScript interface including the application, document windows, documents, and pages.
PrintPage¶
Location
IAC/mac/AppleScripts
Description
Prompts the user to browse for a PDF file then prints the first page to the default printer.
RotatePages¶
Location
IAC/mac/AppleScripts
Description
Demonstrates low-level page manipulation. It also demonstrates processing all PDF files within a chosen folder.
The user is prompted to select a degree of rotation before browsing for a folder. For each PDF document in that folder, every page in the document is rotated by the specified amount.
SelectText¶
Location
IAC/mac/AppleScripts
Description
Demonstrates how to create text selections within a document open in the viewer.
WatermarkJsoAS¶
Location
IAC/mac/AppleScripts
Description
Demonstrates how to access the JavaScript object to execute addWatermarkFromText and addWatermarkFromFile methods. This sample mimics the Windows IAC sample WatermarkJsoVB.
Input files present in the package needs to be placed at desktop. After executing the script, users are provided option to choose an output folder in which to save the stamped file.