Word转html格式混乱

word.zip (27.3 KB)
转为html以后格式完全乱了
转换代码如下:
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);

@wangwenyou

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

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

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