Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 993 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 993 Bytes

InfiniSwiss.OpenHtmlToPdf

A small library for converting HTML strings to Pdf using wkhtmltopdf adapted from OpenHtmlToPdf to use a newer version of wkhtmltopdf and to work with dotnet standard.

Note

This library doesn't always produce 1:1 fidelity with printing from the browser. If you run your application in an environment where a Chromium-based browser is installed (Chrome, Edge etc) consider using https://github.com/InfiniSwiss/InfiniSwiss.ChromiumHtmlToPdf instead.

Getting started

To install InfiniSwiss.OpenHtmlToPdf, run the following command in the Package Manager Console:

PM> Install-Package InfiniSwiss.OpenHtmlToPdf

Documentation

You can find the documentation and code samples here: https://github.com/InfiniSwiss/InfiniSwiss.OpenHtmlToPdf/

License

MIT https://licenses.nuget.org/MIT