PDF reporting using ASP.NET MVC
Almost every web application, needs a reporting option. Many times the client wants to generate a PDF report that corresponds with the web page he or she is viewing. Using iTextSharp, a free C# PDF library this is possible. This article describes and includes a solution for creating reports using iTextSharp and ASP.NET MVC3. Background iTextSharp is a free C# PDF library that is ported from the Java-PDF Library iText. iText was launched in 2000...
Read More