经典 ASP 应用程序的 PDF 转换器?
我需要将我的 asp 页面(报告)转换为 PDF 格式。是否有可用于经典 ASP 的免费第 3 方控件?
I need my asp page (report) to be converted as PDF format. Is there any free 3rd party control available for Classic ASP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看
http://code.google.com/p/wkhtmltopdf/
它使用 webkit。
基本上它是一个EXE。您可以从 ASP 调用它(启动进程),然后在响应流中发送输出文件。
Take a look at
http://code.google.com/p/wkhtmltopdf/
It uses webkit.
Basically it's an EXE. You can call it from ASP (starting a process) and then sending the output file in the response stream.
active pdf 和 websupergoo 是不错的选择。
另一个选择是 Adobe FDF 工具包。 fdf 工具包很酷,因为它可以让您存储 pdf 表单数据,可以保存在数据库中,然后填充 pdf。
active pdf and websupergoo are good choices.
Another option is the Adobe FDF toolkit. The fdf toolkit is cool because it lets you store pdf form data, can be saved in a db, and then it populates a pdf.