Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!psuvax1!shire.cs.psu.edu!dae From: dae@shire.cs.psu.edu (Dave Eckhardt) Newsgroups: comp.sys.mac Subject: Microsoft Word parser? Message-ID: <4605@psuvax1.cs.psu.edu> Date: 24 May 89 02:07:48 GMT Sender: news@psuvax1.cs.psu.edu Reply-To: dae@shire.cs.psu.edu (Dave Eckhardt) Followup-To: dae@shire.cs.psu.edu (Dave Eckhardt) Distribution: na Organization: Penn State University Lines: 17 I am faced with a large file in Microsoft Word format. I need to be able to turn this into a text file, but with some degree of control. In other words, I need to be able to do something like turning all italicized letters into upper case. Best would be a piece of code that would call a user-provided routine with various tokens (like enter_italic or footnote) so that I could write back ends for various purposes. Since I don't have any version of C or Pascal for the Mac (I'm used to Unix, where the compilers are free, sigh), I'd need either pointers to a good cheap langauge implementation or code that could be made to run under a non-Mac environment. Any suggestions would be useful; if you have any or want to know what I've found out, please send me mail directly. Thanks. --Daemon