Re: Several small InDesign CS questions
Re: Several small InDesign CS questions
- Subject: Re: Several small InDesign CS questions
- From: "Shane Stanley" <email@hidden>
- Date: Thu, 18 Nov 2004 16:47:20 +1100
On Wed, 17 Nov 2004 22:59:49 -0600, Bill Planey wrote:
>1. Select all and copy (saying "select all" in applescript does not work
>[and this is just for a single page document]
>
>2. "get" the document page size specifications
>
>3. tell ID to ignore messages about missing fonts
tell application "InDesign CS"
select every page item of page 1 of document 1
copy
tell document preferences of document 1
set theHeight to page height
set theWidth to page width
end tell
set user interaction level to never interact
end tell
>3. automatically relink to images
I presume you mean update them:
update every link of document 1
--
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