Info
| Version: | 1.5.1 |
| Author(s): | Arthur Teplitzki |
| Last Update: | Friday, December 12, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://codeplexarchive.org/project/HtmlRenderer |
| NuGet Url: | https://www.nuget.org/packages/HtmlRenderer.PdfSharp |
Install
Install-Package HtmlRenderer.PdfSharp
dotnet add package HtmlRenderer.PdfSharp
paket add HtmlRenderer.PdfSharp
HtmlRenderer.PdfSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- HtmlRenderer.Core(>= 1.5.11)
- PDFsharp(>= 1.50.40003)
Tags
Features and Benefits:
---
* 100% managed code depends only on PdfSharp library, no ActiveX, no MSHTML.
* Extensive HTML 4.01 and CSS level 2 specifications support.
* Support separating CSS from HTML by loading stylesheet code separately.
* Handles "real world" malformed HTML, it doesn't have to be XHTML.
* Lightweight, only two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.