Re: Another InDesign scripting question
Re: Another InDesign scripting question
- Subject: Re: Another InDesign scripting question
- From: "Shane Stanley" <email@hidden>
- Date: Sat, 9 Apr 2005 08:40:00 +1000
On Fri, 8 Apr 2005 13:40:45 -0700, email@hidden wrote:
>I can not figure out how to increase the
>page dimensions of a preexisting open page using apple script in InDesign
>CS.
tell application "InDesign CS"
tell document 1
tell document preferences
set page height to "13in"
set page width to "13in"
end tell
end tell
end tell
--
Shane Stanley <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:
This email sent to email@hidden