All,
I am modifying a python script (using PyUno) that will read in MSword document (.docx) and convert it to xml. I have a script that will do everything I need here, except it will convert from doc to pdf. I cannot find a list of acceptable export formats for xml.
Any help will be appreciated.
Thanks!
:bp:
These two FilterName values produce different flat XML formats:
OpenDocument Text Flat XMLMS Word 2003 XMLI found these names by doing this:
Keep in mind that .odt and .docx are also XML-based formats, only they are zipped up rather than flat. It is possible to parse files in these formats by doing something like this: