EO.Pdf is a .NET class library that offers a set of easy to use and intuitive objects for you to create PDF file programmatically. It provides an abstract content model that implements a complex, powerful yet very easy to use layout engine that helps you to create a PDF file in minutes. The objects are modeled very similar to HTML and CSS, so that the programmer can focus on document structure and style. It supports all common contents such as text, image, table, watermark, rubber stamp as well as PDF form.
Great product for creating PDF docs. Fairly simple.
michouis01
Pros
Great samples and documentation
Easy to use
Works well
Good price.
Cons
Cannot deploy on GoDaddy web server unless you sign up for a dedicated server - (more of a GoDaddy software trust level issue)
The doc.sendtoclient method always generated a "root object missing or invalid" error. So you need to redirect to the URL where the PDF file resides, then it comes up in the browser as normal.
Summary
I would recommend this SDK to any one needing to create PDF's using .Net.