Reply To: Capturing the first page number of a section

Home Page / Forums / General InDesign Topics (CLOSED) / Capturing the first page number of a section / Reply To: Capturing the first page number of a section

#61745

In Applescript, a section has a property 'page number start' which looks like it would do what you want.

tell application “Adobe InDesign CS5.5”

get page number start of first section of document 1

end tell

should get you going.


This article was last modified on March 5, 2012

Comments (0)

Loading comments...