spire.doc 11.10.3已发布。该版本新增了转换word到pdf时文本整形的功能且支持 .net 4.6.2及以上、 .net core 和 .net standard平台。详情请阅读以下内容。
新功能:
- 新增了转换word到pdf时文本整形的功能(主要针对泰文字符和藏语字符等做了处理),且支持 .net 4.6.2及以上、.net core 和 .net standard平台。
document doc = new document();
doc.loadfromfile(filename);
doc.layoutoptions.useharfbuzztextshaper = true;
doc.savetofile(pdffilename, spire.doc.fileformat.pdf)
获取spire.doc 11.10.3点击: