Jasperreport 编码 PDF
我在 Struts 2 中使用 Jasper Report 4.1.1 Maven 插件时遇到问题。
我导出越南语报告 RTF 格式没问题,但是当 PDF 格式的报告字体错误时,我无法显示越南语。
我尝试了很多不同的方法来添加文件 font.jar jasperreport.property
类路径或使用最简单的方法是添加 XML 标记:encoding = UTF-8
但它不解决问题。
I having a problem with Jasper Report 4.1.1 Maven plug-in in Struts 2.
I export a Vietnamese report RTF format is ok, but when that report in PDF format font error I can not display Vietnamese.
I tried many different ways to add file font.jar jasperreport.property
classpath or use the simplest way is to add a XML tag: encoding = UTF-8
but it does not resolve the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在报告模板中为
font
元素设置isPdfEmbedded
和pdfEncoding
属性。不要忘记您使用的字体必须支持越南语。
示例:
请检查您的报告是否也具有正确的编码:
Try to set
isPdfEmbedded
andpdfEncoding
properties forfont
element in your report template.Don't forget that the font you are using must have Vietnamese support.
The sample:
Please check that your report has also correct encoding: