mbn217
mbn217

Reputation: 914

Any tool that can help me convert an XML file to a docx file?

Im trying to convert an XML file to a docx file, Do you know of any tool/open source that can help me achive this or may be convert XML to X - and convert X to docx?

Upvotes: 0

Views: 193

Answers (1)

RES
RES

Reputation: 61

You could use python docx, it allows you to write any content to a docx file. You can use xml.etree to extract the information from xml file. XML.etree Python docx

Upvotes: 1

Related Questions