Skip to content

Instantly share code, notes, and snippets.

@ff6347
Created May 25, 2012 12:08
Show Gist options
  • Save ff6347/2787648 to your computer and use it in GitHub Desktop.
Save ff6347/2787648 to your computer and use it in GitHub Desktop.
InDesign JS Hello World
var doc = app.documents.add();
doc.pages.item(0).textFrames.add({
geometricBounds:[13,13,23,50],
contents:"Hello InDesign"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment