Showing posts with the label itextsharp in MVCShow all

Watermark pdf in C#

Watermark created pdf in C# Steps for creating Pdf watermarked. creating new project window application download itextsharp from  Here add reference of itextSharp.dll to your project Add a button to form Add the following functions  using iTextSharp.text ; using iTex…

Read more

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 ; using iTextSha…

Read more