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.
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.
To install InfiniSwiss.OpenHtmlToPdf, run the following command in the Package Manager Console:
PM> Install-Package InfiniSwiss.OpenHtmlToPdf
You can find the documentation and code samples here: https://github.com/InfiniSwiss/InfiniSwiss.OpenHtmlToPdf/