Open QXD-file +Getting file path of every image
Open QXD-file +Getting file path of every image
- Subject: Open QXD-file +Getting file path of every image
- From: Bjorn Van Blanckenberg <email@hidden>
- Date: Mon, 24 Feb 2003 10:49:53 +0100
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.
I'am using this to open it
tell application "QuarkXPress Passport 4.1"
activate
set filePath to "disk::PC files:file.QXD"
open filePath use doc prefs yes remap fonts no do auto picture import no
end tell
If I open the file manually in Quark
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
--
Oooo.
oooO ( )
( ) ) /
\ ( (_/
\_)
Thanks
Bjorn Van Blanckenberg
_______________________________________________
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.