Skip to content

Instantly share code, notes, and snippets.

@johntaufa
Created December 4, 2013 02:15
Show Gist options
  • Save johntaufa/7781170 to your computer and use it in GitHub Desktop.
Save johntaufa/7781170 to your computer and use it in GitHub Desktop.
Add a new indesign file and save
#target indesign
app.documents.add();
app.documents[0].save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment