NReco.PdfGenerator
1.1.14
Prefix Reserved
See the version list below for details.
dotnet add package NReco.PdfGenerator --version 1.1.14
NuGet\Install-Package NReco.PdfGenerator -Version 1.1.14
<PackageReference Include="NReco.PdfGenerator" Version="1.1.14" />
paket add NReco.PdfGenerator --version 1.1.14
#r "nuget: NReco.PdfGenerator, 1.1.14"
// Install NReco.PdfGenerator as a Cake Addin #addin nuget:?package=NReco.PdfGenerator&version=1.1.14 // Install NReco.PdfGenerator as a Cake Tool #tool nuget:?package=NReco.PdfGenerator&version=1.1.14
HTML-to-PDF converter for C# (.NET WkHtmlToPdf wrapper). Generates pretty-looking PDF by HTML template or web page URL. Supports page header/footer, page numbering, custom fonts, javascript execution.
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
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)