Re: Export txt from XPress
Re: Export txt from XPress
- Subject: Re: Export txt from XPress
- From: Shane Stanley <email@hidden>
- Date: Wed, 05 Nov 2003 21:18:02 +1100
On Nov 5, 2003, at 6:19 PM, Studio G sarl wrote:
I would like to know how export txt from Xpress 4.1 (OS 9.2) and make
it
ready for Word
save (story 1 of current box) in "toto.txt" as "MSWD"
doesn't work
You need something closer to:
tell application "QuarkXPress 4.11"
save story 1 of current box in file "Macintosh HD:Toto" as "WDBN"
end tell
But it became problematic when Quark introduced a second Word filter.
You might try removing each of the Word import filters in turn, to see
if that solves the problem.
--
Shane Stanley <email@hidden>
_______________________________________________
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.