PdfTemplating.XslFO.Razor.AspNetMvc 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PdfTemplating.XslFO.Razor.AspNetMvc --version 2.1.1
NuGet\Install-Package PdfTemplating.XslFO.Razor.AspNetMvc -Version 2.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PdfTemplating.XslFO.Razor.AspNetMvc" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PdfTemplating.XslFO.Razor.AspNetMvc --version 2.1.1
#r "nuget: PdfTemplating.XslFO.Razor.AspNetMvc, 2.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PdfTemplating.XslFO.Razor.AspNetMvc as a Cake Addin
#addin nuget:?package=PdfTemplating.XslFO.Razor.AspNetMvc&version=2.1.1

// Install PdfTemplating.XslFO.Razor.AspNetMvc as a Cake Tool
#tool nuget:?package=PdfTemplating.XslFO.Razor.AspNetMvc&version=2.1.1

This is a C#.Net solution that provides the capability to easily generate Pdf files with a templating approach using Razor Mvc templates; as opposed to extremely complex code based approaches most libraries provide. It's based on the Xsl-FO standard for rendering robust paged media outputs as PDF Documents.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 927 6/25/2022
3.0.0 724 6/24/2022
2.2.0 690 5/23/2022
2.1.1 2,426 4/8/2021
2.0.0 690 4/1/2021

- v2.1.1 Some small breaking changes to enable support for new ApacheFOP.Serverless features including easy GZIP request payloads, and viewing of ApachFOP Event Log entries from the response headers (with support GZIP headers if event log is large).
Prior Release Notes: - v2.0 Upgrade for PdfTemplating with AspNetMvc Razor Templates.
- Contains Breaking changes to now fully decouple the Templeting from Rendering execution and to support ApacheFOP.Serverless (updated ApacheFOP Pdf Service approach) as well as legacy FONet (old in-memory engine).