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

iText Markup Samples