Convert HTML to PDF in .NET [closed]

EDIT: New Suggestion HTML Renderer for PDF using PdfSharp (After trying wkhtmltopdf and suggesting to avoid it) HtmlRenderer.PdfSharp is a 100% fully C# managed code, easy to use, thread safe and most importantly FREE (New BSD License) solution. Usage Download HtmlRenderer.PdfSharp nuget package. Use Example Method. public static Byte[] PdfSharpConvert(String html) { Byte[] res = … Read more