Skip to Main Content how to generate and download pdf report from database in asp.net using itextsharp c# Go to Sitemap
SickKids

How To Generate And Verified Download Pdf Report From Database In Asp.net Using Itextsharp C# 【Verified Source】

Add the following namespaces to your code-behind ( .aspx.cs ):

Search for iTextSharp and install it into your ASP.NET project. Add the following namespaces to your code-behind (

using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; using System.Data; using System.Data.SqlClient; Use code with caution. Use code with caution.

Back to Top