Hi there,
I want to thank you first for great library!
We want to use docx4j and docx4j-ImportXHTML for converting docx->html->docx. When a document has html format, it's can be edited by users.
Inspired by this example (https://github.com/plutext/docx4j-Impor ... dBack.java), tried to test the result I could get
and unfortunately I faced with an issue when converting back to docx from html - some styles converted wrongly.
I think ...