PdfTemplating.XslFO.Razor.AspNet by Brandon Bernard

<PackageReference Include="PdfTemplating.XslFO.Razor.AspNet" Version="1.0.0" />

 PdfTemplating.XslFO.Razor.AspNet 1.0.0

This is a C#.Net solution that provides the capability to easily generate Pdf files using a templated approach using Razor Mvc templates; as opposed to extremely complex code based approaches most libraries provide. It's based on the Xsl-FO standard and currently is dependent on an old but still very functional libray "Fonet" -- which is port of Apache FOP to C#.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>PdfTemplating.XslFO.Razor.AspNet</id>
    <version>1.0.0</version>
    <title>PdfTemplating.XslFO.Razor.AspNet</title>
    <authors>Brandon Bernard</authors>
    <owners>Brandon Bernard</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <projectUrl>https://github.com/cajuncoding/PdfTemplating.XslFO</projectUrl>
    <description>This is a C#.Net solution that provides the capability to easily generate Pdf files using a templated approach using Razor Mvc templates; as opposed to extremely complex code based approaches most libraries provide. It's based on the Xsl-FO standard and currently is dependent on an old but still very functional libray "Fonet" -- which is port of Apache FOP to C#.</description>
    <releaseNotes>Initial package upload for PdfTemplating with Razor Templates.</releaseNotes>
    <copyright>Copyright 2020</copyright>
    <tags>adobe acrobat pdf template razor xslt xslfo xsl-fo xsl fo portrait landscape fluid width apache fop formatting objects itext itextsharp pdfsharp evopdf ironpdf spire freespire expertpdf</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.Mvc" version="5.2.3" />
      <dependency id="Microsoft.AspNet.Razor" version="3.2.7" />
      <dependency id="Microsoft.AspNet.WebPages" version="3.2.7" />
    </dependencies>
  </metadata>
</package>