Showing posts with the label Generate pdf in MVCShow all

Generate pdf in MVC

Download itextsharp from here   and add reference to your project OR add it via Nuget package manager Add class(PdfUtil) to your project  should look like this   sing System ; using System.Collections.Generic ; using System.Linq ; using System.Web ;…

Read more