vote up 40 vote down star
36

Please recommend a good library for programmatically creating PDF documents in .NET applications. Thanks.

flag

38 Answers

prev 1 2
vote up 1 vote down

I've used PDFWiter from DbAutotrack. It's dead cheap at $89 and it works like a charm See it here

-Edoode

link|flag
vote up 1 vote down

I have tried all of those programs, but none of them worked for what I was doing.

I needed to export a complicated HTML report into a PDF format.

The only tool that I found that actually rendered the report from HTML and accurately rendered it (using the CSS styles, classes, and complicated divs and tables) was a tool called Winnovative HTML to PDF Converter for .NET

link|flag
vote up 1 vote down

PdfLib The fastest library I ever used for creating pdf.

link|flag
vote up 1 vote down

I've been using iTextSharp coupled with Adobe LiveCycle Designer. Its very simple and easy to use. I have an entry on my blog about it - http://jesal.us/blog/index.php/2008/10/10/create-pdf-forms-using-itextsharp/

link|flag
vote up 1 vote down

I have used Dynamic PDF with very good results thus far.

link|flag
vote up 1 vote down

Hi,

I am using ExpertPDF Html To Pdf Converter. It has full html/css support. Even the most complex html pages are converted perfectly to pdf.

Thanks, John

link|flag
vote up 1 vote down

PDF Duo .Net is a small but very effective component for converting HTML to PDF.

link|flag
vote up 1 vote down

I advice you try PDF Metamorphosis .Net, it can be used in any .Net application to:

  • export HTML to PDF
  • export RTF to PDF
  • Split and Merge PDF documents

This is 100% C# solution, can be used everywhere in .Net.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.