In this article I am going to
explain how to export data to PDF file in asp.net MVC.
In previous article I have
explained how to export data to Excel file in asp.net MVC, how to checkuploaded image is Grayscale or not in asp.net and how to check height and width(dimensions) and size of image before uploading in asp.net.
Description:I have created table Employees
and insert some dummy data into it. I want to export the data to PDF files. I am
using itextsharp DLL to generate PDF file.
Implementation: