Re: How to change starting page number in InDesign
Re: How to change starting page number in InDesign
- Subject: Re: How to change starting page number in InDesign
- From: "email@hidden" <email@hidden>
- Date: Thu, 5 Aug 2010 09:06:34 -0700
On Aug 5, 2010, at 7:14am, Bert Groeneveld wrote:
> I actually want to set the page number of the (always present) page 1 to "myFirst_Pagenumber". And all other pages that I add furtheron in the script get of course automatically a page number with 1 increment.
Try something like this:
set myFirst_Pagenumber to 23
tell application "Adobe InDesign CS2"
tell document 1
set continue numbering of section 1 to false
set page number start of section 1 to myFirst_Pagenumber
end tell
end tell
HTH,
ES _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden