• 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
Quark - Text File
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quark - Text File


  • Subject: Quark - Text File
  • From: Sophie Ford <email@hidden>
  • Date: Thu, 9 Dec 2004 12:04:08 +0000

I have the following code that works well converting each text box into an individual text file.
Is it possible to instruct Quark to put each story into one complete text file instead?

set folderSelect to choose folder -- choose destination folder
set docSelect to choose file -- choose a file

tell application "QuarkXPress"
activate -- Activate Quark
open docSelect -- Open chosen file
tell document 1 -- Tell front document
repeat with iLoop from 1 to count of stories -- Loop through each story
save story iLoop in ((folderSelect as text) & iLoop as text) -- save each story counted in our loop to selected folder as text
end repeat
end tell
close document 1 saving no
end tell

Many thanks in advance!
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Quark - Text File
      • From: Luca BASSINI <email@hidden>
  • Prev by Date: Re: Re: Filemaker
  • Next by Date: Re: Indexing the month
  • Previous by thread: Re: Dictionary of app "System Events"
  • Next by thread: Re: Quark - Text File
  • Index(es):
    • Date
    • Thread