Skip to content

Instantly share code, notes, and snippets.

@Flave
Created October 9, 2012 14:32
Show Gist options
  • Save Flave/3859206 to your computer and use it in GitHub Desktop.
Save Flave/3859206 to your computer and use it in GitHub Desktop.
Should create a new 10x10 document - right?
var doc_data = {
"documentPreferences": { "pageWidth": 10 , "pageHeight":10 }
};
app.documents.add(doc_data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment