Aspose.Words for Java word转html,表格无法正常显示内容

word表格无法正常显示内容.zip (546.2 KB)

转换结果、原文件、转换前后对比图见附件。 使用Aspose.Words for Java 20.6版本。
转换代码如下:
Document document = new Document(sourceFileName);
HtmlFixedSaveOptions options = new HtmlFixedSaveOptions();
options.setUseTargetMachineFonts(false);
options.setUseHighQualityRendering(true);
options.setEncoding(Charset.forName(“UTF-8”));
options.setExportEmbeddedFonts(true);
options.setShowPageBorder(true);
document.acceptAllRevisions();
document.save(targetFileName, options);

@xiangma

我们已经使用最新版本的Aspose.Words for Java 20.7测试了该方案,但未发现共享问题。 因此,请使用Aspose.Words for Java 20.7。 此外,请在将文档转换为HtmlFixed格式的机器上安装文档中使用的字体。