A docx4j 3.3.0 release candidate is now available.
Please see below for notable changes, especially regarding PDF output.
You can get it at
http://www.docx4java.org/docx4j/docx4j- ... 3.0-RC.zipFor Maven users, it is also available at
https://github.com/plutext/docx4j/tree/mvn-repo/ <groupId>org.docx4j</groupId>
<artifactId>docx4j</artifactId>
<version>3.3.0-RC</version>
You'll need to add that repo to your POM, via something like:
<repositories>
<repository>
<id>github-docx4j</id>
<url>https://github.com/plutext/docx4j/tree/mvn-repo/</url>
</repository>
</repositories>
Or use the source code at ...