iReport + UTF-8

发布于 2025-01-04 04:53:11 字数 112 浏览 0 评论 0原文

我在 jasperreports 模板中有一些 utf-8 字符。在 iReport 编辑器中一切正常。 但编译后输出PDf无法绘制有效的unicode字符并绘制?反而。

我该如何修复它? 谢谢

I have some utf-8 characters in jasperreports template. In iReport editor everything fine.
But after compiling the output PDf can not draw the valid unicode characters and draws ? instead.

How can I fix it?
Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怼怹恏 2025-01-11 04:53:11

为了在输出 PDF 文件中启用 unicode 支持,您必须:

  1. 将 jasperreports-fonts-xxxjar 添加到项目的类路径
  2. 在 iReport 中为文本框和静态文本元素选择外部字体。通常是 DejaVu 字体

这是 JasperReports 最新版本的解决方案(在 4.5.0 上测试)

In order to enable unicode support in output PDF file you have to:

  1. Add jasperreports-fonts-x.x.x.jar to project's classpath
  2. In iReport select external font for textboxes and static text elements. Usually, it is DejaVu fonts

This is solution for latest versions of JasperReports (tested on 4.5.0)

逆光下的微笑 2025-01-11 04:53:11

如果您在 pdf 中显示 UTF-8 字符时遇到问题,无需执行任何操作!只需将表格中单元格的字体从 sanserif 更改为 Dejavu sans 即可。就是这样。

if you have problems displaying UTF-8 characters in the pdf, no need to do anything! Just change the font of the cells in the table from sanserif to Dejavu sans. thats it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文