I don't find any solution to integrate docx4j to my project.
I seems to not take into account mc-preprocessor.xslt, especially the part about "Workaround for Google Docs as at 20140225 <w:tblW w:w="10206.0" w:type="dxa"/>".
I'm using Java8 and Wildfly 9.
In standalone.xml, I added :
- Code: Select all
<module name="javax.xml.bind.api"/>
<module name="javax.xml.stream.api"/>
<module name="com.github.relaxng"/>
<module name="com.sun.istack"/>
<module name="com.sun.xml.txw2"/>
<module name="com.sun.xsom"/>
<module name="com.sun.xml.bind"/>
In the pom.xml of my project, I added :
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>3.3.3</version>
</dependency>
<dependency> ...