Skip to content

Instantly share code, notes, and snippets.

@johntaufa
Last active December 30, 2015 05:09
Show Gist options
  • Save johntaufa/7781148 to your computer and use it in GitHub Desktop.
Save johntaufa/7781148 to your computer and use it in GitHub Desktop.
* create a new Indesign document * save to disk * add text frame
#target indesign
app.documents.add();
app.documents[0].save();
app.documents[0].pages[0].textFrames.add({geometricBounds:[40,40,180,180]});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment