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: Bert Groeneveld <email@hidden>
- Date: Thu, 5 Aug 2010 16:14:59 +0200
Hello Shane, thanks for your help. Can the "make section with . . .
etc" line only be used immediately AFTER a make new page command
or . . . ? (I get an error if I use it anywhere else inside the "tell
document 1" statement.)
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.
Thanks, Bert.
On 5 aug 2010, at 13:33, Shane Stanley wrote:
You can't modify a page number directly -- it depends on the section
it
belongs to. Depending on what exactly you want to do, you might want
to make
a new section:
tell document 1
set myPage to make new page
make section with properties {page start:page 2, continue
numbering:false,
page number start: myFirst_Pagenumber, name:"A-", page number
style:lower
roman}
end tell
--
Shane Stanley <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
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