Convert Effect!!!!!

image.jpg (164.3 KB)
长安银行合规建设提升年工作动态第12期(1).zip (266.4 KB)

@landray.com.cn,

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-15748. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

@landray.com.cn,

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

Please also check the following articles:

it does not solve this problem

@landray.com.cn,

Thanks for your inquiry. We have tested the scenario using latest version of Aspose.Words for Java 18.1 and have not found the shared issue. We have attached the output document with this post for your kind reference. 18.1.zip (621.1 KB)

not solved!!41897.jpg (399.6 KB)

@landray.com.cn,

Thanks for your inquiry. Please use LoadOptions.MswVersion property as shown below to get the desired output.

LoadOptions lo = new  LoadOptions();
lo.setMswVersion(MsWordVersion.WORD_2013);

Document doc = new Document(MyDir + "input.docx", lo);
doc.save(MyDir + 18.3.html", SaveFormat.HTML_FIXED);