NReco.PdfGenerator
1.1.5
Prefix Reserved
See the version list below for details.
dotnet add package NReco.PdfGenerator --version 1.1.5
NuGet\Install-Package NReco.PdfGenerator -Version 1.1.5
<PackageReference Include="NReco.PdfGenerator" Version="1.1.5" />
paket add NReco.PdfGenerator --version 1.1.5
#r "nuget: NReco.PdfGenerator, 1.1.5"
// Install NReco.PdfGenerator as a Cake Addin #addin nuget:?package=NReco.PdfGenerator&version=1.1.5 // Install NReco.PdfGenerator as a Cake Tool #tool nuget:?package=NReco.PdfGenerator&version=1.1.5
HTML-to-PDF converter component for C# (.NET) based on WkHtmlToPdf utility. Generates pretty-looking PDF documents from .NET application by HTML-layout.
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
|
v.1.1.4 changes:
- use of stdin/stdout (instead of temp files) for performing in-memory PDF generation
- added ExecutionTimeout property (useful for some cases when PDF generation should be limited in time)
- added LogReceived event for handling wkhtmltopdf console log (useful for debug purposes or reading javascript errors/console.log messages in C# code)
v.1.1.5 change: added Quiet property (enabled by default). Can be disabled for getting all debug/info messages from wkhtmltopdf console by subscribing on LogReceived event.