Codaxy Wkhtmltopdf Save

C# wrapper around excellent wkhtmltopdf console utility.

Project README

Codaxy.WkHtmlToPdf

This is a small C# wrapper utility around wkhtmltopdf console tool. You can use it to easily convert HTML reports to PDF.

NuGet

NuGet includes single source file in your project.

Install-Package Codaxy.WkHtmlToPdf

Usage

PdfConvert.ConvertHtmlToPdf(new PdfDocument 
{ 
    Url = "http://wkhtmltopdf.org/",
    HeaderLeft = "[title]",
    HeaderRight = "[date] [time]",
    FooterCenter = "Page [page] of [topage]"

}, new PdfOutput 
{
    OutputFilePath = "wkhtmltopdf-page.pdf"
});

Licence

This project is available under MIT Licence.

Open Source Agenda is not affiliated with "Codaxy Wkhtmltopdf" Project. README Source: codaxy/wkhtmltopdf
Stars
263
Open Issues
6
Last Commit
6 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating