plutext / docx4j-ImportXHTML

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

need to stick with version 8.3 #104

Closed wumpz closed 2 months ago

wumpz commented 3 months ago

Unfortunately, I have to stick with the 8.3 version. However due to issue https://www.docx4java.org/forums/docx-java-f6/new-namespace-mapping-issue-t3112.html I need to upgrade to docx4j 8.3.10. This version is not compatible with docx4j-ImportXHTML 8.3.8, since e.g. FormatingOptions class was moved or removed.

When can you release an actualized version 8.3.10 of docx4j-ImportXHTML?

plutext commented 3 months ago

Will get onto this next week

plutext commented 2 months ago

As per https://www.docx4java.org/forums/docx-java-f6/docx4j-importxhtml-8-3-10-released-t3118.html there is now

<dependency>
    <groupId>org.docx4j</groupId>
    <artifactId>docx4j-ImportXHTML</artifactId>
    <version>8.3.10</version>
</dependency>
wumpz commented 2 months ago

Thx