Re: Simple InDesign Script
Re: Simple InDesign Script
- Subject: Re: Simple InDesign Script
- From: Shane Stanley <email@hidden>
- Date: Tue, 16 Aug 2005 20:55:42 +1000
- Thread-topic: Simple InDesign Script
On 16/8/05 6:51 AM, "Don Fuller" <email@hidden> wrote:
> tell myDocument
> make rectangle
> end tell
tell myDocument
set newFrame to make rectangle at end of page 1 with properties
{geometric bounds:{y,x,y2,x2}}
end tell
place (choose file) on newFrame
repeat 7 times
set frameCopy to duplicate newFrame
move newFrame to {x, y}
end repeat
--
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