RazorPDF
RazorPDF is a simple package that allow you to use a Razor View to generate a PDF.
Overview
RazorPDF is a package that adds a new ViewResult type called PdfResult.  You can use a PdfResult to take your Razor view filled with iText XML or HTML and have it return a PDF file as the output.
RazorPDF is basically a port of the PDF feature of Spark View Engine.
Getting Started
Everything you need to know can be found on this blog post introducing RazorPDF along with a short demo video.
Links
- Official Nuget Package
- Project on Github
- Sample Project on Github
- Short Demo Video (part of Intro blog post)
- Syntax Samples blog post
iText Markup Samples
- Frequently used iText XML Gist
- Sample RazorPDF View
- Official iText Tutorial (This sample from the tutorial is great.)