使用 JFreeChart 和 Apache PDFBOX 生成图表

发布于 2024-11-29 13:07:11 字数 223 浏览 4 评论 0原文

我需要使用 JFreeChart 生成图表,然后使用 Apache PDFBOX。我不想使用 iText,因为它不能在专有软件中使用。

我搜索了所有谷歌,但没有运气!有人做过吗?

I need to generate charts using JFreeChart and then export them to PDF using Apache PDFBOX. I don't want to use iText as it cannot be used in proprietary software.

I searched all over Google, but no luck! Has anyone done it?

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

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

发布评论

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

评论(2

东走西顾 2024-12-06 13:07:11

ChartUtilities 到用于创建的 InputStream AddImageToPDF。显示了典型的 copyStream() 实现 这里

附录:或者,使用管道流从输出复制到输入,如此处< /a> 和 此处

Copy the OutputStream from your chosen writeChartAs*() method in ChartUtilities to the InputStream used to create a PDXObjectImage in AddImageToPDF. A typical copyStream() implementation is shown here.

Addendum: Alternatively, use piped streams to copy from output to input, as shown here and here.

风和你 2024-12-06 13:07:11

您可以尝试使用 JasperReports。它们有点重,但工作良好。

You can try using JasperReports. They are a bit heavy, but working good.

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