Landray RDM 134454 Convert Effect

words source code:
src.zip (4.8 KB)

origin doc:
ZTTTD_江苏省工业和信息化厅新技术新产品鉴定操作手册_2018.11.docx.zip (78.8 KB)

converted info:
convert after.jpg (196.8 KB)
convert before.jpg (127.3 KB)

there are some differences after conveted,please have a check.

@hucq_landray_com_cn,

Please set default editing language to Chinese PRC during converting your Word DOCX document to HTML Fixed file format:

LoadOptions loadOptions = new LoadOptions();
loadOptions.getLanguagePreferences().setDefaultEditingLanguage(EditingLanguage.CHINESE_PRC);

Document doc = new Document("C:\\temp\\226091\\in.docx", loadOptions);
doc.save("C:\\temp\\226091\\awjava-21.2 ChinesePRC.html", SaveFormat.HTML_FIXED);