Info
Version: | 1.1.0 |
Author(s): | cynere |
Last Update: | Friday, November 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MvcPdfActionResult |
Install
Install-Package MvcPdfActionResult
dotnet add package MvcPdfActionResult
paket add MvcPdfActionResult
MvcPdfActionResult Download (Unzip the "nupkg" after downloading)
Dependencies
- itextsharp.xmlworker(>= 5.5.6)
- Microsoft.AspNet.Mvc(>= 6.0.01)
- Microsoft.AspNet.Server.Kestrel(>= 1.0.01)
Tags
This converts HTML to PDF using the iTextXmlWorker Library.
This is a DNX (Asp.net vNext) implementation of MvcRazorToPdf by andyhutch77.