开发者

PDF converter for Classic ASP Application?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜