Re: Help about Word
Re: Help about Word
- Subject: Re: Help about Word
- From: Steve Mills <email@hidden>
- Date: Fri, 6 Jul 2007 14:09:56 -0500
On Jul 6, 2007, at 14:00:54, James Nierodzik wrote:
On 10.4 you could use the command line tool texutil
I know it can convert rtf => doc and I *think* in the reverse as
well.
Yeah, that'll work:
textutil -convert rtf inputfile.doc
To use that in AppleScript:
set input path to quoted form of (posix path of inputfile)
do shell script "textutil -convert rtf " & inputpath
It's up to you to provide something for the variable "inputfile".
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden