Info
Version: | 1.0.2 |
Author(s): | Andrew Hutchinson |
Last Update: | Wednesday, October 15, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/andyhutch77/MvcRazorToPdf |
NuGet Url: | https://www.nuget.org/packages/MvcRazorToPdf |
Install
Install-Package MvcRazorToPdf
dotnet add package MvcRazorToPdf
paket add MvcRazorToPdf
MvcRazorToPdf Download (Unzip the "nupkg" after downloading)
Dependencies
- iTextSharp(5.5.0)
- itextsharp.xmlworker(5.5.0)
Tags
This converts regular produced razor/html to pdf documents in the browser using the iTextXmlWorker.
Please see the following URL for instructions and a demo link:
https://github.com/andyhutch77/MvcRazorToPdf.
This uses the newer version/licence of iText/iTextXmlWorker and can process the html that is produced from your views.