生成包含文本和图表数据的 pdf 报告

发布于 2024-10-19 18:15:39 字数 236 浏览 1 评论 0原文

我必须为商业应用程序生成可下载的好看的 pdf 报告,其中包含基于文本和图表的数据。我发现了 itextsharp 库( http://itextsharp.com/ ),但它并不像我预期的那么强大。

您使用什么组件来满足这种要求?价格对我来说也很重要。我将不胜感激你的建议。

提前致谢,

I have to generate downloadable good looking pdf reports containing text and chart based data for a commercial application. I found out itextsharp library ( http://itextsharp.com/ ) but it isn't as powerful as I expect.

What components do you use for this kind of requirements? The price is important for me too. I'd be grateful for your advices.

Thanks in advance,

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

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

发布评论

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

评论(4

亚希 2024-10-26 18:15:39

查看 Aspose.PDF高组件。不确定它们是否支持开箱即用地生成图表,但为此您可以使用其他库,例如 DotNetChartingXtraCharts

Have a look at Aspose.PDF or alternatively Tallcomponents. Not sure if they support generating charts out of the box, but for that you could other libraries like DotNetCharting or XtraCharts.

来世叙缘 2024-10-26 18:15:39

如果您愿意寻找 PDF 的商业解决方案,那么我建议您使用 PageFlex。它非常强大。检查它是否适合您的需求。

If you are ok to look for commercial solutions for PDF then I would suggest PageFlex. It is very powerful. Check that if it suits your needs.

别念他 2024-10-26 18:15:39

我过去曾使用 ActivePdf 来生成包含所有类型的报告图表和数据。基本上,它需要一个 html 页面并将其转换为 PDF,因此我们只需开发报告的 HTML 版本,然后如果用户想要 pdf 版本,我们只需从报告的 html 版本创建 PDF。 ActivePdf 服务器有其怪癖,但它确实很好地解决了问题。

I have used ActivePdf in the past to generate reports which contained all types of charts and data. Basically it takes an html page and converts it to PDF so we just had to develop HTML versions of the reports and then if the user wanted a pdf version we just had to create a PDF from the html version of the report. The ActivePdf server had its quirks but it did solve the problem quite well.

各自安好 2024-10-26 18:15:39

DocRaptor.com 是一个从 HTML 生成 pdf 的好工具。它使用 Prince XML,其质量是无与伦比的。

DocRaptor.com is a great tool for generating pdfs from HTML. It uses Prince XML, and that quality is hard to beat.

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