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).
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-rendererI try to convert HTML to PDF using PdfSharp and HtmlRenderer. This is part of code: private byte[] CreateHtmlContent() { string …
c# html-to-pdf html-rendererI 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