Re: InDesign links list
Re: InDesign links list
- Subject: Re: InDesign links list
- From: steve harley <email@hidden>
- Date: Mon, 13 Sep 2004 15:39:14 -0600
two problems:
on 13 Sep 2004, at 1:51 PM, Nan Mossey wrote:
set adList to all graphics as list
here you are creating a list of lists, try instead:
set adlist to all graphics
set adFile to name of graphic --this is where I'm failing
here you are requesting a non-existant property from the object.. take
a close look at the dictionary for InDesign CS.. the graphic class has
no name property, but it does have an item link property.. the item
link properties in turn are noted in the entry for the link class, and
they include a file path property.. so the following change in addition
to the above made your script work for me in a simple test (the Word
part seemed to work fine):
set adFile to file path of item link of i
_______________________________________________
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