The Occasional Occurence

Converting docx Files

April 16, 2008 at 01:34 PM | categories: Python, Software, work, computing, General

I'm working on an OOXML implementation in Python and found this handy utility for converting docx files to rtf.

Docx2Rtf

It seems to open docx files that Word complains about, but at least it let's me know that I am on the right track. Also, it runs under Wine on Linux, so there is no need for a virtual or non-virtual machine running Windows.

cw