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 assume this is so that it doesn't conflict with the standard flying saucer library, and that you have made some changes to the source. Can you tell me what version of flying saucer your library is based on, and what level of modifications have been made (eg. just a few small changes, more substantial changes across the library, etc).
Would it be difficult to make docx4j use the standard flying saucer library? (I assume yes).
When there are new releases of flying saucer, do you update the docx4j library to match?
Thanks,
Steve