From their site (Free Project On Google Code): http://code.google.com/p/dompdf/
dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP
I need to have the same functionality in an ASP.NET website. Is there any good free alternative that can work with ASP.NET. I tried iTextSharp in previous project but its HTML support is horrible.
I had to write special HTML for it. This cannot be the case for the current website because users are uploading HTML files on their own.
I also tried Google Documents .NET client library, but it's very unstable. Many times I get "BAD Request" then repeat the same request and it works.
-
Do you know a way to get HTML conversion to PDF through .NET with free tool? Or even a way to interface with this PHP library via .NET (given I host on shared hosting that enables full trust security, but no ability to install anything or such, although I may move to virtual server if it's worth).