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条回答
贼婆χ
2楼-- · 2019-04-02 21:22

We currently use ABCpdf in one of our more complex applications. It has served us well and is not very expensive at all. I like that fact that I can send it raw HTML text and it will render it to a PDF in memory or as a file so we use to generate PDFs on the fly and serve them up via the web without actually ever saving it disk ever.

We have been using it for about 3 years and early on I had to use their support for a very odd issue that was very specific and the support was very fast and help solved the issue quickly.

You can find more information on their website at: http://www.websupergoo.com/abcpdf-1.htm

查看更多
登录 后发表回答