Page 1 of 1

docx4j-ImportXHTML 8.3.10 released

PostPosted: Wed Apr 24, 2024 7:06 pm
by jason
Legacy docx4j-ImportXHTML 8.3.10 is now available in Maven Central at https://central.sonatype.com/artifact/o ... mportXHTML for Java 8 users.

Syntax: [ Download ] [ Hide ]
Using xml Syntax Highlighting
<dependency>
    <groupId>org.docx4j</groupId>
    <artifactId>docx4j-ImportXHTML</artifactId>
    <version>8.3.10</version>
</dependency>
 
Parsed in 0.001 seconds, using GeSHi 1.0.8.4


You'll also need one of the docx4j-JAXB- jars, v8.3.10; see https://www.docx4java.org/downloads.html

If you aren't using Maven, there is https://www.docx4java.org/docx4j/docx4j ... 8.3.10.zip

Changes:

- Update code to work with docx4j 8.3.10

- Bump pdfbox to address font initialization errors

- Bump other deps

- When converting a list which specifies a Word style, support normal paragraph styles (ie in addition to numbering styles)

See further https://github.com/plutext/docx4j-Impor ... ION_8_3_10