Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile
- by sreejukg
In this article I am going to demonstrate how ASP.Net developers can programmatically create PDF documents using iTextSharp. iTextSharp is a software component, that allows developers to programmatically create or manipulate PDF documents. Also this article discusses the process of creating in-memory file, read/write data from/to the in-memory file…