Re: Open QXD-file +Getting file path of every image
Re: Open QXD-file +Getting file path of every image
- Subject: Re: Open QXD-file +Getting file path of every image
- From: "Vince Jelenic" <email@hidden>
- Date: Mon, 24 Feb 2003 11:53:18 -0500
>
I want to open an QXD-file saved on a PC and get the file path of every
>
image placed in it but Quark doesn't open the file.
>
>
>
>
tell application "QuarkXPress Passport 4.1"
>
activate
>
set theImages to (object reference of every image)
>
set theImages to (coerce theImages to list)
>
>
repeat with i from 1 to count of items in theImages
>
set theFile to file path of image i
>
set the end of theRealImages to file path
>
end repeat
>
end tell
>
>
The theRealImages contains only null values
image is not a document object, it is a picture box object.
the idea is to speak to each picture box , and ask it for the file path
of it's image 1
I don't believe you have direct access to the "images" in a quark doc,
only of a picture box.
inheritance..... ah, but not completely.
cheers
_______________________________________________
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.