• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to change starting page number in InDesign
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: How to change starting page number in InDesign (From: Shane Stanley <email@hidden>)
 >Re: How to change starting page number in InDesign (From: Bert Groeneveld <email@hidden>)

  • Prev by Date: Re: Search and replace with Unix commands
  • Next by Date: Re: Libraries and effiency
  • Previous by thread: Re: How to change starting page number in InDesign
  • Next by thread: Re: Libraries and effiency
  • Index(es):
    • Date
    • Thread