Hi there,
I'm trying to convert a docx document to html and pass it to jsp page. First I used the htmlExporter class, but I had some xml code examples in the doc and after passing the converted text to the jsp page I couldn't display the example xml tags as string. Then I tried to use the htmlExporterNG class and the preformated stuff worked well, but I also had some tables in the doc and those didn't come out as perfect as those converted with htmlExporter.
So my question is that is there a simple way to fix either the htmlExporter or the htmlExporterNG so I could get the preformated stuff as well as tables converted perfectly?
Other than that I've been very pleased with the docx4j. Great job.