Aspose.Words for Java word转html,印章显示不全

印章显示不全.zip (232.0 KB)

转换结果、原文件、转换前后对比图见附件。 使用Aspose.Words for Java 20.1版本。
转换代码如下:
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

我们已经测试了这种情况,并设法在我们身边重现了同样的问题。 为了更正,我们将此问题记录为问题跟踪系统中的WORDSNET-20232。 解决此问题后,将通过此论坛主题通知您。

对于给您带来的不便,我们深表歉意。

The issues you have found earlier (filed as WORDSNET-20232) have been fixed in this Aspose.Words for .NET 20.5 update and this Aspose.Words for Java 20.5 update.

已验证,问题已解决,感谢