Posted: 16 February 2018
Category: Indesign Scripts
Joonas Pääkkö
Lorem ipsum dolor sit amet
Lorem ipsum dolor sit amet
Outputs a neat list of all the pages in the document along with the masters they belong to.
For now the script doesn’t understand if the page numbering starts from anything but 1.
You can find these variables at the very top of the document below the comments.
Variable | Description |
---|---|
joinRanges | If set to true page numbers will print out like this: 1-5, 10-14, 26, 30-31 . If set to false, page numbers will print out like this:1,2,3,4,5,10,11,12,13,14,26,30,31 . |
useDocName | Adds document name to the text file if set to true. It’s a good way to make sure that each Indesign document outputs a separate file. |