Table with dotted border.Docx (19.6 KB)
When I convert this word Document with this code To HTML output:
HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions();
saveOptions.setExportEmbeddedCss(true);
saveOption…...docx (19.6 KB) When I convert this...output location as html file doc.save(outputFile.toString(), saveOptions);...