Top "Html-renderer" questions

Use this tag for questions about the HTML Renderer family of libraries that allow conversion from HTML to other formats (HTML Renderer for WinForms/for WPF/for Mono/for PDF using PdfSharp).

Convert HTML to PDF using HtmlRenderer

I am looking to use HtmlRenderer to convert an HTML file to a PDF file. I have seen it being …

c# .net html-to-pdf html-rendering html-renderer
HTML to PDF - page break with PdfSharp and HtmlRenderer

I try to convert HTML to PDF using PdfSharp and HtmlRenderer. This is part of code: private byte[] CreateHtmlContent() { string …

c# html-to-pdf html-renderer
Create PDF from HTML using TheArtOfDev.HtmlRenderer.PdfSharp

I need to convert a well-formatted HTML string to a PDF document. I found this DLL that should do what …

c# html pdf html-to-pdf html-renderer