Hello !
I have spent a lot of time on Docx4j those last days, and 2 days ago my code was working perfectly.
But yersterday, it's start to not working at all, without a apparent change.
Trying to isolated the non working code, I finally came to this :
(the test1.docx file is a blank file, just created and saved)
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new File("D:\\test1.docx"));
org.docx4j.wml.ObjectFactory wmlObjectFactory = Context.getWmlObjectFactory();P p = wmlObjectFactory.createP();
R r = ...