Hi,
I am looking at using docx4j with the ImportXHTML library in a large project to convert html to docx. We currently have code that takes a dom tree representing a html document and converts it to PDF using flying saucer. It works quite well and we'd like to do the same thing for docx.
I notice that the ImportXHTML library comes with a copy of the flying saucer library under the org.docx4j.org.xhtmlrenderer package. I ...