Popularity
4.4
Stable
Activity
0.0
Stable
264
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 for .NET -
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. -
DocumentUltimate
DocumentUltimate is an ASP.NET Document Viewer and a .NET Document Converter which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. -
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. -
Syncfusion .NET PDF Framework
This repo contains examples of the most popular PDF templates generated using Syncfusion's .NET PDF library. You can use these C# examples in your project to generate PDF documents automatically. -
QuestPDF
DISCONTINUED. 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. -
IronPDF
High-performance C# PDF library with compatibility for various .NET versions, HTML to PDF conversion, content page conversion, file format support (e.g., DOCX, RTF, MD), responsive layouts, and robust PDF capabilities features ranging from compability, generating PDFs, formatting PDFs, and editing PDFs. [$] [Free trial available] -
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]
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* 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.