docx4j 8.2.6 is now in Maven Central.
This is a minor release:
- PDF via FOP with docx embedded fonts: bug fix for case where temp extracted fonts were used in header/footer and deleted too early.
- XHTML to docx: CSS font-size bug fix
- OpenDoPE image injection: tag width=n|auto to specify max width (eg 10500) or let BPAI work out the scaling (ported from 11.1.8)
To use 8.2.6 via Maven, just add one and only one of docx4j-JAXB-Internal (Java 8 only), 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