Aspose.Words for Java word转html,word转换后表格样式有问题

word转换后表格样式有问题.zip (514.2 KB)
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 21.4测试了该方案,但没有发现共享问题。 因此,请使用Aspose.Words for Java 21.4