plutext / docx4j-ImportXHTML

Converts XHTML to OpenXML WordML (docx) using docx4j
135 stars 124 forks source link

XHTMLImporter is missing #105

Open YevhenKlymenko opened 3 months ago

YevhenKlymenko commented 3 months ago

I'm trying to use docx4j-ImportXHTML 8.3.8 and XHTMLImporterImpl has missing XHTMLImporter. How can I resolve is?

plutext commented 2 months ago

Please use

<dependency>
    <groupId>org.docx4j</groupId>
    <artifactId>docx4j-ImportXHTML</artifactId>
    <version>8.3.10</version>
</dependency>

See release announcement https://www.docx4java.org/forums/docx-java-f6/docx4j-importxhtml-8-3-10-released-t3118.html