That is not a simple task.. you need a program that can open Word files and save them as RTF. Either MS Word or Apple Pages are the 2 main options.
The next thing you'll need to decide is how you want to convert the Document. You can use Automator to quickly create a script to open any selected file in Apple Pages, then you invoke the EXPORT command.
If you want to do it all from Applescript this is not possible, you'll need a program to do the hard work of translating the formats.
Main Topics
Browse All Topics





by: lesouefPosted on 2008-11-22 at 02:57:22ID: 23020169
which app would you use? word, open office, have you checked first if it can be applescript driven?
making a macro from within the orginal application may be as quick and simpler... unless you want it to work with a hot folder.