can docx4j convert .doc file to html
and second question is can inline styles be abstracted to css file while converting doc/docx to html file
Thanks in advance
It is currently Mon Nov 25, 2024 11:30 am
SdtWriter.registerTagHandler("HTML_ELEMENT", new SdtToListSdtTagHandler());
HTMLSettings htmlSettings = Docx4J.createHTMLSettings();
htmlSettings.setWmlPackage(wordMLPackage);
Docx4J.toHTML(htmlSettings, os, Docx4J.FLAG_EXPORT_PREFER_XSL);
Total posts 10111 • Total topics 2842 • Total members 2074