Hello,
I am a very new user to docx4j. It's has great potential for allowing our users to author documents/articles in Word without having to touch an XML editor.
One problem that I need to solve is that I think I need a package: org.docx4j.convert.out.xml (similar to .....html) that will allow custom conversion from docx to our proprietary XML format.
I have been trying to use org.docx4j.convert.out.html.HtmlExporterNG2 with the sample class org.docx4j.samples.ConvertOutHtml and I have ...

News of docx4j