Winmyan,
It would be helpful if you specified some additional requirements for your project, namely:
- asp.net webforms, MVC or something else?
- You mention C#, but any .Net assembly should work.
- full trust or medium/partial trust (i.e. real server vs. shared hosting)? This is a major consideration.
- Any other particular complexities, such as complicated custom controls, CSS, JavaScript, etc.
Our investigation has led us to note that there are two types of HTML to PDF converters on the .Net platform: those that use Microsoft.Mshtml.dll (MSHTML - the IE rendering engine) and those that don't. Those that do use MSHTML enjoy pretty solid CSS, JS and HTML formatting support. Those that don't are hit or miss - CSS support especially is all over the map.
We are currently in the search for a NEW HtmlToPdf component ourselves due to a new requirement to operate in a partial trust environment. We had purchased the unlimited deployment version of ExpertPDF but it requires full trust. Ouch. At this point I need to drop a complement to the folks at ComponentSource -- they have assisted us in our search by contacting every vendor of PDF components to find out if they're 100% managed/will work in partial trust and have been a pleasure to work with. At this point we have worked extensively with ExpertPDF and are only now starting to download and work with trial versions of the below products. We are hoping the re-integrating process will be minimal to swap in a new component.
In alphabetical order, here are the components we are currently seriously considering Q4 2010 (Updated end Q3 2011):
ASPose.PDF
- 100% managed code
- Vibrant forums
- Trial version available
- Requires full trust (forum post/response - 2nd post), Q4 2011 medium trust roadmap?
Evo HTML to PDF Converter for .NET
- Requires full trust per evopdf.com - see "System.Security.SecurityException"
- Does not rely on MSIE DLL on server
- Claim of HTML5 support, JS and CSS
- Same developer as ExpertPDF HtmlToPdf and Winnovative Solutions
- Same limitations on support and releases
- Easy install/deploy
- Unlimited trial version that adds watermark
- Code samples appear to have exact same usage as ExpertPDF and Winnovative, which we felt has been easy to code and understand for other developers to either add new features or maintain the app
- Have to ask/gripe - why a new product instead of updating either ExpertPDF or Winnovative?
- Appears to be v2.0 but domain was reg'd in late 2010
Essential Objects EO.pdf
- Not based on MSHTML, uses webkit for rendering
- Reference the .dll and use it right away
- CSS1, 2, 3 support
- Convert HTML to PDF
- Zero external dependency (according to their website)
- A mere $299 (as of Q2 2011)
- 20,000+ posts in their forum!
- Have not tested, but looks pretty darn compelling
ExpertPDF HtmlToPdf
- We own it already (may not apply to your situation)
- Works great, easy to use
- Good samples and documentation
- Great CSS, JS support
- Requires full trust (not 100% managed code)
- Working on medium trust support (Q2 2011?)
- Infrequent updates, versions, bugfix releases
- Our experience with support was mixed (e-mail only, no public forums)
- Unlimited trial version available, adds watermark
- Drop in the ./bin directory and you're off to the races
SyncFusion Essential PDF
- Trial version available
- Vibrant forums
- Reportedly great support
- Other developers speak highly of other SF products
- Supports lots of other nifty things like barcodes
- Online demo to convert URL's HTML to PDF - scrollbar issues?
- Changes required to web.config, references and assembly dependencies - not a "drop in ./bin and go!" component. Monster installer (yuk).
- HTML rendering is based on MSHTML (Microsoft.mshtml.dll)
- The include samples of really useful helper functions, e.g. "AddFooter()" which have been more work with ExpertPDF
Also in alphabetical order, here are all of the components we looked at:
ActivePDF WebGrabber
Cete DynamicPDF Converter for .Net
- Converts giant laundry list of formats; HTML is only one of them
ComponentOne PDF for .Net
- More general PDF creation component
- WinForms focused - will it work from ASP.Net?
- Has HTML stringwriter features
ITextSharp
- Open source
- Seemingly more work to get up and running
- Limited CSS support
O2 Solutions PDF4NET
- 100% managed code
- Royalty free distribution
- HTML formatted text (?) - needs more research to see if it does HTMLtoPDF
- Super sexy barcode support; no barcode font required
PDF Duo .Net
- 100% managed code
- Only $99!
PDF Metamorphosis .Net
- 100% managed code
- Limited CSS support
- Trial version available
PDFTechLib
- Should work in medium trust
- 100% managed code
- Trial version available
PinPDF
- Trial version available
- Forums exist but seem pretty stale
SQL Server Reporting Services
- Built into SQL Server
- You might not have a SQL Server as part of your solution
- We haven't surmised how to get PDF files from SSRS to web UI
- Not really converting HTML to PDF but worth a look anyways IMHO
- People talk about product with religious terms, they seemingly love it
Websupergoo ABCpdf
- Demonstration version available (convert any URL on the fly)
- Supports LTR (left to right)
- Trial version available
Winnovative HtmlToPdf
- Same as ExpertPDF, separate marketing website as far as I can tell although versioning and releases seem slightly different
At this point of our own requirements/evaluation we are thinking of going steady with ASPose.PDF and SyncFusion Essential PDF. There have been conflicting reports of the partial trust issue but support for both components seems stellar so we are hoping for a speedy resolution and selection. Good luck!