将网络报告制作为 pdf 格式的简单方法
我们正在尝试创建一个带有标准闪存图表的网络报告系统,主要要求之一是该报告必须定期以 PDF 文件的形式通过电子邮件发送给客户。
有谁知道
- 一个简单的工具来指向网页并将其 PDF 格式,包括 Flash 图表
- 另一种方法?
我们过去曾尝试过 SQL Server 报告,发现它有点慢,而且通常图表有点不漂亮。
任何帮助表示赞赏。
We are trying to create a web reporting system, with the standard flash chart's, one of the major requirements is that this report must be emailed to customers on a regular schedule as a PDF file.
Does anyone know of either
- An easy tool to point at the webpage and pdf it, including flash charts
- Another way of doing this?
We have tried sql server reporting in the past and found it to be a little slow and generally the charting is a little unpretty.
Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的网络报告系统是使用 .NET 构建的,您可能需要查看 .NET 的 ABCpdf 组件,可以在 这里。 我不确定它是否适用于 Flash 图表,因为在我的工作中我们使用图像图表,但请尝试一下。
If your web reporting system is being built using .NET you may want to look into ABCpdf Component for .NET which can be found here. I am not sure if it works with flash charts, as at my work we use charts that are images, but give it a try.
你的环境怎么样? 您可以尝试使用 itext 或 itextsharp 构建 PDF 文件。 Crystal Reports 是另一种选择,但维护单独的报告文件可能会很麻烦。
What is your envirnment like? You could try using itext or itextsharp to build PDF files. Crystal Reports is another option, but maintaining separate report files could be a pain in the ass.