生成包含文本和图表数据的 pdf 报告
我必须为商业应用程序生成可下载的好看的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
查看 Aspose.PDF 或 高组件。不确定它们是否支持开箱即用地生成图表,但为此您可以使用其他库,例如 DotNetCharting 或 XtraCharts。
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.
如果您愿意寻找 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.
我过去曾使用 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.
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.