Programmatically convert *.odt file to MS Word *.doc file using an OpenOffice.org basic macro
- by Chen Levy
I am trying to build a reStructuredText to MS Word document tool-chain, so I will be able to save only the rst sources in version control.
So far I --
Have rst2odt.py to convert reStructuredText to OpenOffice.org Writer format.
Next I want to use the most recent OpenOffice.org (currently 3.1) that do a pretty decent work of generating a Word…