Re: Image thumbnails question
Re: Image thumbnails question
- Subject: Re: Image thumbnails question
- From: Shane Stanley <email@hidden>
- Date: Thu, 25 Sep 2003 13:44:58 +1000
On 25/9/03 12:55 PM +1000, William M. Smith, email@hidden, wrote:
>
I'm trying to get the file path of a placed image that is selected in
>
InDesign 2.0.2. How can I restate this without knowing the type of image
>
that is placed? (The placed image could either be an EPS or JPG in this
>
case.)
>
>
This works if the item is an EPS, but obviously doesn't work if it's not:
>
set imagePath to file path of item link of EPS 1 of item 1 of selection
>
>
This works if the item is a JPG, but won't work for EPS's:
>
set imagePath to file path of item link of image 1 of item 1 of
>
selection
>
>
I can't simply use:
>
set imagePath to file path of page item 1...
No, but you can simply use:
set imagePath to file path of item link of page item 1 of item 1 of
selection
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.