你好,
感谢留言。
这个问题在我们最新版Spire.Doc12.4.14中解决了,需要开启字符整形功能,并导入jna.jar包。 请从下面的链接下载最新版并参考下面的代码测试, 我将我的结果文件和jna包附在了附件中供你参考。如果使用最新版和下面的代码测试还有问题,请提供您的环境信息(如:Windows10)供我们进一步调查,感谢。
Document doc = new Document();
doc.loadFromFile("泰文测试.docx");
doc.getLayoutOptions().useHarfBuzzTextShaper(true);
doc.saveToFile("泰文测试_output.pdf", FileFormat.PDF);
Spire.Doc12.4.14:
https://www.e-iceblue.cn/Downloads/Spire-Doc-JAVA.htmlSincerely,
Doris
E-iceblue support team
Login to view the files attached to this post.