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 ...