生成没有文本框的 Jasper 报告

Generate Jasper reports without text boxes

当我使用 Jasper 生成 RTF 报告时,我在 JRXML 中声明的每个文本字段和静态文本都在文本框中转换

[

然后我需要生成一个 base64 并发送到一个由其他人构建的网络服务。问题是这个网络服务没有处理 Jasper 生成的那些文本框。

据我所知,这不是 Jasper 问题,而是 Webservice 的问题 API,它不处理该组件,但是是否有一些配置可以在没有此文本框的情况下在 Jasper 中生成报告文本并输入?

根据Jaspersoft Community

Unfortunately there's no possibility to avoid RTF textboxes at the moment.Due to pixel-perfect output requirements, the RTF exporter in JR is based on textbox-layout.

所以我会尝试另一个 RTF 导出器