Please recommend a good library for programmatically creating PDF documents in .NET applications.
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.
|
PDF Duo .Net is a small but very effective component for converting HTML to PDF. | ||||
|
feedback
|
|
I've used PDFWiter from DbAutotrack. It's dead cheap at $89 and it works like a charm See it here | ||||
|
feedback
|
|
EVO html to pdf supports HTML5 and CSS3 | ||||
|
feedback
|
|
I've had good luck with the open source library PDF Clown. | ||||
|
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. | ||||
|
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. | ||||
|
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. | ||||
|
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.) | ||||
|
feedback
|
|
I haven't used it myself, but I've heard good things about Prince. There's a .Net interface available for it. | ||||
|
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. | ||||
|
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. | |||||
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. | ||||
|
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 | ||||
|
feedback
|