PdfTemplating.XslFO.Razor.AspNetMvc 3.1.0

dotnet add package PdfTemplating.XslFO.Razor.AspNetMvc --version 3.1.0
NuGet\Install-Package PdfTemplating.XslFO.Razor.AspNetMvc -Version 3.1.0
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="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PdfTemplating.XslFO.Razor.AspNetMvc --version 3.1.0
#r "nuget: PdfTemplating.XslFO.Razor.AspNetMvc, 3.1.0"
#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=3.1.0

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

This is a C#.Net solution that provides the capability to easily generate PDF documents 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 907 6/25/2022
3.0.0 712 6/24/2022
2.2.0 679 5/23/2022
2.1.1 2,417 4/8/2021
2.0.0 678 4/1/2021

- Breaking Namespace changes for CustomExtensions to reduce risk of conflicts.

Prior Release Notes:
- Updated to sync with new v3.0 Common and new v3 due to breaking changes.
- Code cleanup and simplifcation; small breaking change to no longer need Generic type.
- Simplified and streamlined/optimized some code as related to synergies with the new AspNetCore implementation; but all changes should remain backwards compatible with some Deprecation for future removal.
- Migrated project to new SDK style project.
- Dropped version of Asp.NET MVC required to improve compatibility.
- 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).