Popularity
4.4
Stable
Activity
0.0
Stable
263
24
92
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 -
Docotic.Pdf
Docotic.Pdf library can create, edit, draw and print PDF files in .NET Core, ASP.NET, Windows Forms, WPF, Xamarin, Blazor, Unity, and HoloLense applications. The library is a 100% managed assembly without unsafe blocks. The assembly has no external dependencies. -
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]
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Promo
getonboard.dev
* 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.