views:

502

answers:

8

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.

A: 

www.pdfsharp.com

jgauffin
pdfsharp is not really sharp enough to convert html into pdf.
Karan
Why don't you add an actual hyperlink to the site?? It's so easy and so convenient for others........
marc_s
A: 

Please check this question.

Shoban
I read this post, did not help me find the good control.
Karan
A: 

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/

cerhart
A: 

I have used two:

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

Marc

marc_s
+2  A: 

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...

RBerteig
+3  A: 

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

Kelsey
+1  A: 

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.

Karan
A: 

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

Constantine