开发者

PDF converter for Classic ASP Application?

开发者 https://www.devze.com 2023-01-04 02:12 出处:网络
I need my asp page (report) to be converted as PDF format. Is there any free 3rd pa开发者_Python百科rty control available for Classic ASP?Take a look at

I need my asp page (report) to be converted as PDF format. Is there any free 3rd pa开发者_Python百科rty control available for Classic 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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消