Generate HTML To PDF Control for the .NET applicat

2019-04-02 20:25发布

Possible Duplicate:
Generation PDF from HTML (component for .NET)

Has anyone used any open source or paid .NET Control which does the conversion job from html to pdf file? At the moment, i am using Winnovative convertor control. But it has a performance limitation during the generation of bulk pages (like more than 1000) in the pdf. The limitation comes when we use bigger images in the html content. From last 4 months i've been working on the winnovative control and found plenty of major bugs in it. For a small application and usage. winnovative is good but not for the level where application will be used by thousands of clients.

Please suggest.

7条回答
一纸荒年 Trace。
2楼-- · 2019-04-02 20:57

I have used two:

Both worked quite okay, but have their quirks and troubles.

Marc

查看更多
女痞
3楼-- · 2019-04-02 21:00

www.pdfsharp.com

查看更多
Bombasti
4楼-- · 2019-04-02 21:03

Here's link to a code project article discussing a free library:

http://www.codeproject.com/KB/aspnet/Creating_PDF_documents_in.aspx

There's also activepdf: http://www.activepdf.com/

查看更多
beautiful°
5楼-- · 2019-04-02 21:09

At last my company has decided to use pdfReactor from www.realobjects.com. It is much faster and better as compared to winnovative pdf control.

查看更多
疯言疯语
6楼-- · 2019-04-02 21:13

From this question I recently learned of wkhtmltopdf. Aside from the completely unpronounceable name, it seems to do a decent job of conversions of single pages, and supports some nifty options for generating bookmarks and a TOC from the headings.

I have no idea how it handles heavy loads...

查看更多
趁早两清
7楼-- · 2019-04-02 21:20

I advise to try PDF Duo .NET component with main function to convert HTML to PDF.

查看更多
登录 后发表回答