Skip to Content
Scripting InDesign CS3/4 with JavaScript
book

Scripting InDesign CS3/4 with JavaScript

by Peter Kahrel
April 2009
Beginner to intermediate
80 pages
2h 12m
English
O'Reilly Media, Inc.
Content preview from Scripting InDesign CS3/4 with JavaScript

JavaScript

Though the queries we used in the previous section to explore InDesign’s object model were in JavaScript, they did little else than give us some information. In this section we present a brief tutorial on JavaScript to outline what it can actually do. We deal here only with those things that are needed to script InDesign and understand scripts. For an in-depth treatment of JavaScript, see JavaScript: The Definitive Guide by David Flanagan (O’Reilly). The OMV has a section on JavaScript that provides details on all available functions. For further resources, see the section Resources at the end of this PDF.

Some General Rules

An important characteristic in JavaScript (henceforth JS), easily overlooked and the cause of much misery, is its strict case sensitivity. You must type JS properties and methods exactly as you see them presented in sample code, or your script won’t work.

Type a semicolon at the end of each line of code in a script. JS ignores returns, spaces, tabs, and any other form of whitespace, so it needs the semicolon as separator between clauses.

Text following // is ignored, and so is any text between /* and */. The former is useful for leaving short comments in a script; the latter can be used for longer stretches of explanation and to temporarily block out pieces of code you want to exclude. In the ESTK, comments are shown in pink to set them off from the script itself (though that can be changed in Edit → Preferences → Fonts and Colors). You can type two slashes, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

GREP in InDesign

GREP in InDesign

Peter Kahrel
XML Hacks

XML Hacks

Michael Fitzgerald

Publisher Resources

ISBN: 9780596803599