Created
July 25, 2018 06:51
-
-
Save Neoglyph/d40676ae5631a9ef7190cd77f01f5dc8 to your computer and use it in GitHub Desktop.
Set InDesign ExtendScript Page Numbers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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