我无法使用jasper报告将中文字符嵌入到pdf中。 我收到英文字符,但不是中文字符。 非常感谢有人可以为我提供快速解决此问题的方法。
答案 0 :(得分:0)
Add DynamicJasper-core-fonts-1.0.jar as a resource to the report you are trying to use and check pdf Embeded in the field that has Chinese characters.
You can find and download it from http://archiva.fdvs.com.ar/repository/public1/ar/com/fdvs/DynamicJasper-core-fonts/1.0/
答案 1 :(得分:0)
在您的代码中添加以下内容
<font fontName="Arial Unicode MS" size="11" pdfFontName="Arial Unicode MS" pdfEncoding="Identity-H"/>
还要确保类路径中的Arial字体扩展jar。在互联网上搜索arial字体扩展jar。