Using xml Syntax Highlighting
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-ImportXHTML</artifactId>
<version>8.3.10</version>
</dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-ImportXHTML</artifactId>
<version>8.3.10</version>
</dependency>
Parsed in 0.000 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