NReco.PdfGenerator
1.1.15
Prefix Reserved
See the version list below for details.
dotnet add package NReco.PdfGenerator --version 1.1.15
NuGet\Install-Package NReco.PdfGenerator -Version 1.1.15
<PackageReference Include="NReco.PdfGenerator" Version="1.1.15" />
paket add NReco.PdfGenerator --version 1.1.15
#r "nuget: NReco.PdfGenerator, 1.1.15"
// Install NReco.PdfGenerator as a Cake Addin #addin nuget:?package=NReco.PdfGenerator&version=1.1.15 // Install NReco.PdfGenerator as a Cake Tool #tool nuget:?package=NReco.PdfGenerator&version=1.1.15
HTML-to-PDF converter for C#/.NET (WkHtmlToPdf wrapper). Generates pretty-looking PDF by HTML template or web page URL. Web page is rendered with Qt WebKit and PDF result is very similar to web browser view. Engine supports page header/footer, page numbering, custom fonts, javascript execution.
PdfGenerator can be used for free in a single-deployment projects.
This package embeds wkhtmltopdf binaries (x86 windows) and they're extracted on first use - you don't need to deploy wkhtmltopdf separately.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (13)
Showing the top 5 NuGet packages that depend on NReco.PdfGenerator:
Package | Downloads |
---|---|
Bnsights.Core
Package Description |
|
NF-CL-TRELLIS
Core Framework Library |
|
TuanZi.Hosting.Api
TuanZi Framework Non-Business WebAPI Implementation, encapsulates WebAPI implementation for non-business modules such as authentication, permissions, system, messages, etc. |
|
SE2.LabManager.PdfExport
pdfExporter |
|
UnyTools.Boleto
UnyBoleto |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on NReco.PdfGenerator:
Repository | Stars |
---|---|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
mike-ward/Markdown-Edit
My attempt at a markdown editor for windows
|
|
BoletoNet/boletonet
Boleto.Net is a library developed for use in Brazil, given it has been programmed with Brazilian retail legislation and business rules for bank registered billing integration.
|
|
BoletoNet/boleto2net
Nova versão do Boleto.Net
|
For Mono / .NET Core / custom wkhtmltopdf build use:
NReco.PdfGenerator.LT
More info (PdfGenerator online demo, examples): https://www.nrecosite.com/pdf_generator_net.aspx
v.1.1.15 changes:
- added GeneratePdfFromFiles overload that accepts individual options (like header/footer) for each input
v.1.1.14 changes:
- WkHtmlToPdf tool upgraded to version 0.12.4 (released 2016-Nov-22)
- all necessary VC++ Runtime 2015 dlls are included
- now for ASP.NET apps wkhtmltopdf binaries are extracted to App_Data\wkhtmltopdf by default
v.1.1.12 changes:
- WkHtmlToPdf tool upgraded to version 0.12.3.1 (released 2016-Jan-30).
- fixed bug in batch mode (null reference exception for large HTML input)