Page 1 of 1

Docx4j 8.2.0 released

PostPosted: Wed Jun 10, 2020 7:01 pm
by jason
docx4j 8.2.0 was published in Maven Central on 2 June 2020.

To use it via Maven, just add one and only one of docx4j-JAXB-Internal, docx4j-JAXB-MOXy,
or docx4j-JAXB-ReferenceImpl to your pom. https://search.maven.org/search?q=g:org.docx4j

Otherwise, see https://www.docx4java.org/downloads.html

Minimum supported Java version is 8.0. Note that recent Java releases do not include JAXB, so for these new releases, you can't use docx4j-JAXB-Internal. Make sure it isn't on your classpath.

docx4j 8.2.0 contains everything in 8.1.7, plus:

* support for using Microsoft Office (locally or remotely) driven by documents4j for converting docx|xlsx to PDF, and other tasks such as updating docx table of contents entries, and importing RTF and binary .doc files to docx

For more information, please browse the sample projects at:
- https://github.com/plutext/docx4j/tree/ ... ts4j-local
- https://github.com/plutext/docx4j/tree/ ... s4j-remote