Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created July 25, 2018 06:51
Show Gist options
  • Save Neoglyph/d40676ae5631a9ef7190cd77f01f5dc8 to your computer and use it in GitHub Desktop.
Save Neoglyph/d40676ae5631a9ef7190cd77f01f5dc8 to your computer and use it in GitHub Desktop.
Set InDesign ExtendScript Page Numbers
app.activeDocument.sections[0].continueNumbering = false;
app.activeDocument.sections[0].pageNumberStart = 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment