Popularity
4.4
Growing
Activity
0.0
Stable
255
23
91
Programming language: C#
Tags:
Pdf
WkhtmlToPdf alternatives and similar packages
Based on the "PDF" category.
Alternatively, view WkhtmlToPdf alternatives based on common mentions on social networks and blogs.
-
ITextSharp
[DEPRECATED] .NET port of the iText library, only security fixes will be added — please use iText 7 for .NET -
PdfiumViewer
PdfiumViewer is a PDF viewer based on the PDFium project. -
PdfPig
Read and extract text and other content from PDFs in C# (port of PDFBox) -
docnet
DocNET is as fast PDF editing and reading library for modern .NET applications -
Pdfium.Net SDK
Advanced C# PDF library for render, create, edit, merge, split, print, and view PDFs. Open source PDF Viewer is available on GitHub. A NuGet package is also available for easy inclusion into your projects.[$] -
iTextSharp (LGPL / MPL) 4.1.6 for .NET Core
Unofficial .NET Core port of iTextSharp 4.1.6. Last version to be released under the Mozilla Public License and the LGPL. -
Gehtsoft.Barcodes
The cross-platform C# library to easily generate barcodes, including QR codes. The library allows application developers to add a variety of standard barcodes and QR codes using convenient API. -
QuestPDF
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. -
Cloudmersive PDF
Cloudmersive PDF is a native .NET Framework and .NET Core NuGet library and API service that can create, modify, encrypt or convert PDF documents at high scale and fidelity; and is free to use with no expiration [Free]
Developer Ecosystem Survey 2022
Take part in the Developer Ecosystem Survey 2022 by JetBrains and get a chance to win a Macbook, a Nvidia graphics card, or other prizes. We’ll create an infographic full of stats, and you’ll get personalized results so you can compare yourself with other developers.
Promo
surveys.jetbrains.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of WkhtmlToPdf or a related 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.