Info
Version: | 1.5.1-beta1 |
Author(s): | Arthur Teplitzki |
Last Update: | Monday, November 14, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://htmlrenderer.codeplex.com/ |
NuGet Url: | http://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.
* Supports .NET 2.0 or higher including Client Profile.
* Lightweight, only two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.