I am in a need of programatically convert an Word-XML file into a RTF file. It has become a requirement, because of some third party libraries. Any API/Library that can do that?
Actually the language is not a problem because I just need to work done. But Java, .NET languages or Python are preferred.
A Python/linux way:
You need the OpenOffice Uno Bride (On server you could run OO in headless mode).
As a result you can convert every OO-readable format to every OO-writeable:
see http://wiki.services.openoffice.org/wiki/Framework/Article/Filter/FilterList_OOo_3_0
Run Example Code
Python Example: