Hi,
I have a very simple piece of code:
wordMLPackage = WordprocessingMLPackage.load(javaFile);
wordMLPackage.save(toFile);
After the save, the new file has no custom xml in in (checked with the Content Control Toolkit).
Can anyone tell if this is normal? I use version 2.6.0 of docx4j