Quark - Text File
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