Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 275 Bytes

File metadata and controls

13 lines (8 loc) · 275 Bytes

DinkToPdf

.NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.

Install

Library can be installed through Nuget. Run command bellow from the package manager console:

PM> Install-Package DinkToPdf

More to follow...