Hi there,
Im seeing an increasing number of issues where files on some versions of word/windows when processed through docx4j (code sample below), produce a corrupt file. I've attached the main document.xml that contains loads of extra namespaces which (i think) but I'm not 100% sure could be causing this.
To replicate this, all I need to do is do something like:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(doc)
HashMap<PartName, Part> parts = wordMLPackage.parts.parts
parts.each { PartName ...