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
<PackageReference Include="PdfTemplating.XslFO.Razor.AspNetMvc" Version="3.1.0" />
paket add PdfTemplating.XslFO.Razor.AspNetMvc --version 3.1.0
#r "nuget: PdfTemplating.XslFO.Razor.AspNetMvc, 3.1.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.AspNet.Mvc (>= 5.0.0)
- PdfTemplating.XslFO.Common (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- 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).