Aspose.Words for Java word转html,word转换出来自动换页了

word转换出来自动换页了.zip (121.4 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

您可以ZIP并在此处附加以下字体进行测试吗? 我们将对此问题进行调查,并为您提供更多信息。

  • ‘仿宋’