• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Open QXD-file +Getting file path of every image
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Understanding a repeat loop (strings/characters)
  • Next by Date: How to change message character set in Mail.app by applescript?
  • Previous by thread: Re: Eudora script will not compile
  • Next by thread: Re: Open QXD-file +Getting file path of every image
  • Index(es):
    • Date
    • Thread