Version 3.3.7 is now released. Thanks to those that contributed.
This release is in Maven Central: http://search.maven.org/#search%7Cga%7C1%7Cdocx4j
You'll see there releases of export-fo, ImportXHTML and MOXy-JAXBContext (these are 3.3.6, since unchanged)
Alternatively, you can get the release from https://www.docx4java.org/docx4j/
Just docx4j: https://www.docx4java.org/docx4j/docx4j-3.3.7.jar
Docx4j + deps: https://www.docx4java.org/docx4j/docx4j ... -3.3.7.zip
As previously, the zip file contains three optional components:
- export-fo (if you prefer that to Plutext's commercial PDF Converter)
- ImportXHTML, for importing XHTML to docx
- MOXy, to use EclipseLink MOXy as your JAXB implementation, instead of the Sun/Oracle reference implementation (or the variant they ship in Java)
As per above, there are artifacts in Maven Central corresponding to each of these.
Source code is available at https://github.com/plutext/docx4j/tree/docx4j-3.3.7/ or in a jar from Maven Central
Enjoy the new release!
cheers .. Jason
Notable Changes in Version 3.3.7
============================
OpenDoPE: handle w15:databinding; FlatOPC processing fixes; component handling fixes
PDF Converter (commercial, not export-FO) defaults to https (port 443)
IBM JAXB detection improvements
various other fixes