Aspose.Words for Java word转html,word转换后多出很多横线

word转换后多出很多横线.zip (583.0 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,

我们已经在问题跟踪系统中记录了此问题。 此问题的ID是WORDSNET-22130。 我们将进一步调查此问题的详细信息,并将使您了解更正的状态。 不便之处,敬请原谅。

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