InDesign CC 2015 Scripting Read Me
InDesign CC 2015 Scripting Read Me
A list and brief description of InDesign sample scripts (see Sample Scripts on page 2).
A list of known issues in InDesign scripting (see Known Issues Related to InDesign Scripting on
page 9).
For more information on InDesign scripting, go to the InDesign developer documentation page,
http://www.adobe.com/devnet/indesign/documentation.html, or visit the InDesign scripting User-to-User
forum, http://forums.adobe.com/community/indesign/indesign_scripting.
For late-breaking InDesign scripting news, see the latest version of this file on the InDesign developer
documentation page.
Adobe InDesign Scripting Tutorial Shows how to get started with InDesign scripting. Covers
AppleScript, JavaScript, and VBScript in one PDF document. The introductory scripts in this document
are available as a single ZIP archive or can be copied from the PDF.
Adobe InDesign Scripting Guide (AppleScript, JavaScript, and VBScript versions) Discusses more
advanced InDesign scripting topics. All tutorial scripts shown are included in a single ZIP archive, so
there is no need to copy and paste scripts from the PDF. (Most scripts shown in the text are incomplete
fragments demonstrating a specific property, method, or technique.)
JavaScript Tools and Features Covers using the ExtendScript Toolkit for JavaScript development,
creating user interfaces with ScriptUI, using the File and Folder objects, and other features specific to
the ExtendScript language (Adobes version of JavaScript).
There is no Scripting Reference PDF for InDesign; instead, use the object-model viewer included with your
script-editing application (as described in Adobe InDesign Scripting Tutorial).
InDesign sample scripts are installed by default. They appear in the Scripts panel (Window > Utilities >
Scripts).
Running Scripts
After downloading the script ZIP archive and extracting the scripts, move the folder(s) for the language(s)
that you want to work with (AppleScript, JavaScript, and/or VBScript) to your Scripts Panel folder. (For
more on installing scripts, see the Adobe InDesign Scripting Tutorial.)
Running Scripts
To run a script, double-click the script name in the Scripts panel.
On Windows, you can run VBScripts (file extension .vbs) or JavaScripts (file extension .jsx). On Mac OS,
you can run AppleScripts (file extension .applescript) or JavaScripts.
Sample Scripts
Make sure you save your work before running a sample script for the first time.
Before using sample scripts on important InDesign documents, experiment with them so you understand
what they do.
InDesign includes the following sample scripts.
For more
information,
see page ...
Script name
Description
AddGuides
AddPoints
AdjustLayout
AlignToPage
BreakFrame
CornerEffects
CreateCharacterStyle
CropMarks
ExportAllStories
FindChangeByList
ImageCatalog
Sample Scripts
For more
information,
see page ...
Script name
Description
MakeGrid
Neon
PathEffects
PlaceMultipagePDF
SelectObjects
SortParagraphs
SplitStory
TabUtilities
Script Descriptions
Script Descriptions
This section includes a brief description of each sample script.
AddGuides
Adds guides around the selected object or objects.
Demonstrates:
Creating a user interface. This example includes both a dialog box created using the InDesign dialog
object and an optional dialog box created using the ExtendScript ScriptUI features.
AddPoints
Adds points to the paths of the selected object or objects.
Demonstrates:
AdjustLayout
Moves objects by specified distances on right/left pages.
Demonstrates:
Script Descriptions
AlignToPage
Aligns objects to specified positions on a page.
Demonstrates:
AnimationEncyclopedia
Shows how to script animation features.
Demonstrates:
BreakFrame
Removes a selected text frame and its contents from a story.
Demonstrates:
NOTE: BreakFrame does not work properly when the text frame contains a table that is continued from or
continues to another text frame.
CornerEffects
Redraws the path of the selected item(s) using a variety of corner effects. Corner effects can be applied to
selected points on the path.
Demonstrates:
CreateCharacterStyle
Defines a complete character style based on the selected text.
Demonstrates:
CropMarks
Adds crop and/or registration marks around the selected object or objects.
Demonstrates:
ExportAllStories
Exports all stories in a document to a series of text files.
Demonstrates:
Exporting text.
Script Descriptions
Script Descriptions
FindChangeByList
Performs a series of common text find/change operations by reading a tab-delimited text file.
For more information, see the start of the script or the start of the FindChangeList.txt file. You can add your
own find/change operations to the FindChangeList.txt file, or create your own file.
Demonstrates:
ImageCatalog
Places all graphics in a specified folder in a contact sheet layout.
Demonstrates:
MakeGrid
Creates a grid by subdividing or duplicating the selected object or objects.
Demonstrates:
Neon
Applies a blend effect to the selected object or objects.
Demonstrates:
Duplicating an object.
Grouping objects.
Script Descriptions
PathEffects
Changes the position of path points on the selected object or objects to add a creative effect.
Demonstrates:
Duplicating an object.
Simple trigonometry.
PlaceMultipagePDF
Places all pages of a PDF.
Demonstrates:
Placing graphics.
Adding pages.
Selecting a file.
SelectObjects
Selects objects on the active spread by their object type.
Demonstrates:
Selection.
SortParagraphs
Sorts the paragraphs in the selection alphabetically.
Demonstrates:
SplitStory
Splits the text frames in the selected story into separate, unlinked text frames.
Demonstrates:
Duplicating objects.
Deleting objects.
NOTE: SplitStory does not work properly when a text frame in the story contains a table that is continued
from or continues to another text frame.
TabUtilities
Applies tab stops and indents to the selected text.
Demonstrates:
10
from the ExtendScript Toolkit or via BridgeTalk from another application does not create the persistent
engine.