PdfTemplating.XslFO.Razor.AspNetCoreMvc
3.1.0
dotnet add package PdfTemplating.XslFO.Razor.AspNetCoreMvc --version 3.1.0
NuGet\Install-Package PdfTemplating.XslFO.Razor.AspNetCoreMvc -Version 3.1.0
<PackageReference Include="PdfTemplating.XslFO.Razor.AspNetCoreMvc" Version="3.1.0" />
paket add PdfTemplating.XslFO.Razor.AspNetCoreMvc --version 3.1.0
#r "nuget: PdfTemplating.XslFO.Razor.AspNetCoreMvc, 3.1.0"
// Install PdfTemplating.XslFO.Razor.AspNetCoreMvc as a Cake Addin #addin nuget:?package=PdfTemplating.XslFO.Razor.AspNetCoreMvc&version=3.1.0 // Install PdfTemplating.XslFO.Razor.AspNetCoreMvc as a Cake Tool #tool nuget:?package=PdfTemplating.XslFO.Razor.AspNetCoreMvc&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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.AspNetCore.Mvc (>= 2.2.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.
- Initial relase of fully functioning Razor Template Renderer for Asp.NET Core; generally mirroring functionality fo the original Asp.NET MVC (legacy) version but now fully Async along with a few deviations necessiated by .NET Core best practices.
- Strongly encouraged use of de-coupled Templating and Rendering processes via ApacheFOP.Serverless; therefore sample projects for .NET Core no longer implement legacy Fonet; which likely has issues in non-Windows environements.