PdfTemplating.XslFO.Razor.AspNetMvc
2.0.0
See the version list below for details.
dotnet add package PdfTemplating.XslFO.Razor.AspNetMvc --version 2.0.0
NuGet\Install-Package PdfTemplating.XslFO.Razor.AspNetMvc -Version 2.0.0
<PackageReference Include="PdfTemplating.XslFO.Razor.AspNetMvc" Version="2.0.0" />
paket add PdfTemplating.XslFO.Razor.AspNetMvc --version 2.0.0
#r "nuget: PdfTemplating.XslFO.Razor.AspNetMvc, 2.0.0"
// Install PdfTemplating.XslFO.Razor.AspNetMvc as a Cake Addin #addin nuget:?package=PdfTemplating.XslFO.Razor.AspNetMvc&version=2.0.0 // Install PdfTemplating.XslFO.Razor.AspNetMvc as a Cake Tool #tool nuget:?package=PdfTemplating.XslFO.Razor.AspNetMvc&version=2.0.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Razor (>= 3.2.7)
- Microsoft.AspNet.WebPages (>= 3.2.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- 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).