LoadOptions loadOptions = new LoadOptions();
loadOptions.getLanguagePreferences().setDefaultEditingLanguage(EditingLanguage.CHINESE_PRC);
Document doc = new Document("D://tt.docx",loadOptions);
doc.save("D://tt.pdf");
源文件:tt.docx (13.2 KB)
word转换的:tt-word.pdf (69.8 KB)
aspose转换后的:tt.pdf (45.0 KB)