up vote 104 down vote favorite
74
share [g+] share [fb]

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

link|improve this question
1  
We use o2Solutions' PDF4net. pdf4net.com Their customer service is top-notch. – Jon DellOro May 20 '10 at 5:11
feedback

protected by McDowell Mar 4 '11 at 16:37

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

45 Answers

1 2

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

link|improve this answer
feedback

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

link|improve this answer
feedback

EVO html to pdf supports HTML5 and CSS3

link|improve this answer
show 1 more comment
feedback

I've had good luck with the open source library PDF Clown.

http://www.stefanochizzolini.it/en/projects/clown/

link|improve this answer
feedback

I've been using Siberix.

link|improve this answer
feedback

I've been using ActivePDF for years and it seems to be very stable and quite powerful. Simply draw out your fields in Acrobat pro and programmatically prefill them with text, images, just about anything.

link|improve this answer
feedback

We use DynamicPDF from CeTe (http://www.cete.com/). You can use this to either render a PDF from scratch, or pull pages of content in from an existing PDF and draw over the top.

It also has a report designer that you can use with some data binding features to help automate things a little (although I haven't actually tried that bit yet!).

It's been quite simple to use and pretty trouble-free to date.

link|improve this answer
feedback

The company that I work for is using Rubika from Solimar Systems. I believe that they also use itextsharp in there "PDFEngine". We create hundreds of pdfs with thousands of pages per month with this software.

link|improve this answer
feedback

If you're going to use iTextSharp (or its original Java incarnation, iText), you owe it to yourself to find a copy of iText In Action: Creating and Manipulating PDF by Bruno Lowagie, the creator of iText. It's very well-written and contains great explanations for why PDF does things the way it does. (I have no financial interest; I just thought it was one of the better-written technical books I've read.)

link|improve this answer
feedback

I haven't used it myself, but I've heard good things about Prince. There's a .Net interface available for it.

link|improve this answer
feedback

We're using pdftron. works. not free.

link|improve this answer
feedback

I highly recommend Ibex PDF Creator from Visual Programming Limited. It uses standard XML:FO to create high-quality PDF documents. The libary has many features, and the vendor provides excellent support. The tool is licensed per developer so you can redistribute it without any licensing concerns.

link|improve this answer
feedback

PDFLib - I have not found PDF feature that could not be generated using PDFLib. OTOH I have not found a PDFLib feature that I could use without reading the documentation twice.

link|improve this answer
1  
"OTOH I have not found a PDFLib feature that I could use without reading the documentation twice." Amen to that. – Oskar Austegard Feb 3 '10 at 19:16
feedback

We use WPCubed PDF Control to build our pdfs. It's very simple to use and works well. There is an evaluation version available to download too.

link|improve this answer
feedback

WebToPDF.NET does a very good job at converting HTML/CSS to PDF. In fact we pass about 97% of the W3C CSS 2.1 Test Suite which is a rarely seen high conformance level amongst HTML to PDF converters (except for Prince).

Disclosure: I am affiliated with TallComponents, the vendor of the component

link|improve this answer
show 1 more comment
feedback
1 2

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