Hi Jason,
We are trying to use the docx4j 3.0.1 with IntelliJ IDEA 13.0.2, jdk1.7.0_51 and Mavon.
For a below statement too it throws the error - "Couldn't get [Content_Types].xml from ZipFile"
WordprocessingMLPackage.load(new java.io.File("c:/temp/test.docx"));
We have got the dependency for the docx4j-MOXy-JAXBContext too.
Please guide.
Tejas