Re: Quark doc as ASCII
Re: Quark doc as ASCII
- Subject: Re: Quark doc as ASCII
- From: "Michiel de Leeuw van Weenen" <email@hidden>
- Date: Thu, 19 Sep 2002 23:56:40 +0200
The Book "Applescript for Applications".
But.............
I still don't get what you want to do with it.
Can you send me an example of the quarkdoc you export and the final result
you want to accomplish.
I think there is an easier way to do what you want to do.
Michiel
----- Original Message -----
From: "Ruby Madraswala" <email@hidden>
To: "Michiel (werk)" <email@hidden>
Sent: Thursday, September 19, 2002 7:24 PM
Subject: RE: Quark doc as ASCII
Indeed it was my lucky day. Thanks a million for taking the time from your
busy schedule to solve my problem. Your example worked great. I modified so
it could save all pages in one text file.
This is what I ended up with
Set cnt to count of stories of document 1
Save story cnt of document 1 in (myfolder & "9999" as text)
By the way which book did you refer to?
Thanks Again.
Ruby
-----Original Message-----
From: Michiel (werk) [
mailto:email@hidden]
Sent: Thursday, September 19, 2002 10:00 AM
To: Ruby Madraswala; email@hidden
Subject: Re: Quark doc as ASCII
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.