By 'manually' I mean choosing the File->Save As menu item and changing 'Save as type' to Plain Text.
I'm not familiar with how to automate it directly from Python, but in
Word VBA you would use something like:
ActiveDocument.SaveAs FileName:="myfile.txt",
FileFormat:=wdFormatText
Again these examples are for Word 2003.
PS Profuse apologies for quoting the entire digest in my last message!
Tom Hawkins
Principal Scientist
Innospec Inc
Tel: +44 (0)151 356 6197
Fax: +44 (0)151 356 6112
<<image001.jpg>>
_______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
