• 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
Re: Collect for Output
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Collect for Output


  • Subject: Re: Collect for Output
  • From: "Bill Quillen" <email@hidden>
  • Date: Thu, 06 Dec 2001 12:44:28 -0600
  • Organization: TAP Publishing Company

Thanks to all (kim, Robert, and Peter) for the advice! Here is the basic
script before adding some more bells and whistles. I'm sure it can be
improved, but I'm just pleased that it works!

set thefolder to (choose folder) as alias

tell application "QuarkXPress 4.11"
tell document 1
set thedoc to the name as string
set thepaths to file path of every image whose file type * "null"
tell application "Finder"
repeat with i from 1 to (the number of every alias of thepaths)
set thepic to alias i of thepaths as alias
move thepic to thefolder replacing conflicts -- in case the same
image is used multiple times
end repeat
end tell
end tell
end tell


  • Prev by Date: Powerbook
  • Next by Date: Re: Scripts no longer work in 9.2.2
  • Previous by thread: Re: Collect for Output
  • Next by thread: Re: Collect for Output
  • Index(es):
    • Date
    • Thread