|
Rendering PDF views in ASP MVC using iTextSharp
This article talks about how you can add a new type of views to your ASP.NET MVC application
to support PDF files. The technique allows you to define your views inside the Views folder
using a markup language in a way similar to the way the regular views are constructed and
displayed.
Posted at: www.codeproject.com
Date: 2010
Read the article >>
|