aspose word for java将word文档转为html后,着重号丢失
htmlSaveOptions设置如下:
private HtmlSaveOptions initHtmlSaveOptions() {
HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.HTML);
options.setEncoding(StandardCharsets…...but it is preserved as style='font-emphasize:dot' . We will investigate...