Re: Quark doc as ASCII
Re: Quark doc as ASCII
- Subject: Re: Quark doc as ASCII
- From: "Michiel (werk)" <email@hidden>
- Date: Thu, 19 Sep 2002 15:59:43 +0200
This could be your lucky day!!!!!
I found a little help in a book:
This script saves all text in the current document as plain text
set myFolder to (choose folder with prompt "Select a folder to save text
into:")
tell application "QuarkXpress 4.1"
activate
repeat with i from 1 to count of stories of document 1
save story i of document 1 in (myFolder & i as text)
end repeat
end tell
Remember. This is just a little help.........
>
>
Surprisingly I didn't get much response. But I could do with any help I can
>
get.
>
>
Thanks a lot.
>
Ruby
_______________________________________________
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.