HTML-to-PDF converter for C#/.NET (WkHtmlToPdf wrapper). Generates pretty-looking PDF by HTML template or web page URL. Web page is rendered with Qt WebKit and PDF result is very similar to web browser view. Engine supports page header/footer, page numbering, custom fonts, javascript execution....
More information
HTML to PDF converter for .NET Framework / .NET Core (WkHtmlToPdf wrapper). Generates pretty-looking PDF by HTML template or web page URL. Supports page header/footer, page numbering, custom fonts, javascript execution.
Simple Solution to generate pdf from html string , it is a wrapper over https://github.com/CodeMazeBlog/create-pdf-with-netcore which uses native lib. Configuration was made simple using nuget install
OmniPdf is a .NET library for converting HTML into PDF documents. The library is .NET Standard 2.0 library using 100% managed code. It will run on .NET Framework (4.6.1 or higher) and .NET Core (2.0 or higher). Applications using .NET Core can generate PDF documents on all .NET Core supported...
More information