Re: Several small InDesign CS questions
Re: Several small InDesign CS questions
- Subject: Re: Several small InDesign CS questions
- From: wayne melrose <email@hidden>
- Date: Thu, 18 Nov 2004 07:44:26 +0100
I have a further question Shane, how does one open an Indesign document
in applescript, and effectively click "Dont Fix" if links need
updating.. the idea would be to open many document and ignore the
update links dialog, and then update them when the document is open..
On Nov 18, 2004, at 6:47 AM, Shane Stanley wrote:
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:
email@hidden
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:
This email sent to email@hidden