Export from XP to MSWord
Export from XP to MSWord
- Subject: Export from XP to MSWord
- From: Studio G sarl <email@hidden>
- Date: Thu, 13 Nov 2003 09:47:34 +0100
Hello !
I'm still trying to export the story of a text box of Xpress 4.11 (OS 9.2)
and make it "Word file" compatible.
tell application "QuarkXPress 4.11"
save (story 1 of current box) in "toto.txt" as "MSWD"
end tell
doesn't work, neither
tell application "QuarkXPress 4.11"
save (story 1 of current box) in file "toto.txt" as "WDBN"
end tell
Thanks for help
_______________________________________________
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.