⚠ Deprecated: Legacy
This ASP.NET Web Form platform is Deprecated, you can use the same product from ASP.NET Core platform
Suggested alternative: Syncfusion.Pdf.Net.Core
Syncfusion Essential PDF is a .NET PDF library used to create, read, and edit PDF files in any ASP.NET Web Forms application. Key features: • Create, edit, fill, and flatten AcroForm and XFA form fields. • Merge, split, rearrange, and remove pages. • Create accessible PDF (PDF/UA) from scratch. • Create PDF/A1b and PDF/X1a conformance document from scratch. • Compress PDF file. • Watermark or stamp PDF document with text or images. • Replace fonts and images. • Extract text and images. • Create richly formatted tables from different data source easily. More styling options available. • Protect PDF with advanced encryption standard (PDF 2.0). Change password and permission are also available. • Advanced digital signing with PFX, HSM, and Windows Store. Support for Online Certificate Status Protocol (OCSP) and Certificate Revocation List (CRL). • PDF to image, HTML to PDF, Word to PDF, Excel to PDF, XPS to PDF, EMF to PDF. • OCR -- Scanned document to searchable PDF. • Add, edit, and remove 17+ supported annotations. • Predefined and JavaScript actions. • Add, edit, and delete bookmark from PDF. • Add, edit, delete, extract, and attach from PDF. Learn more: https://www.syncfusion.com/pdf-framework/net?utm_source=nuget&utm_medium=listing Documentation: http://help.syncfusion.com/file-formats/pdf/ Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnet?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
$ dotnet add package Syncfusion.Pdf.AspNetThe Syncfusion .NET Framework PDF library (Essential PDF) is a feature-rich and high-performance .NET Framework PDF library that is used to create, read, and edit PDF documents programmatically without Adobe dependencies.

Features overview | Docs | API Reference | Online Demo | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion .NET PDF library NuGet by simply running the command Install-Package Syncfusion.Pdf.AspNet from the Package Manager Console in Visual Studio.
Try the following code example to create a hello world PDF document.
using (PdfDocument document = new PdfDocument())
{
//Add a page to the document
PdfPage page = document.Pages.Add();
//Create PDF graphics for the page
PdfGraphics graphics = page.Graphics;
//Set the standard font
PdfFont font = new PdfStandardFont(PdfFontFamily.Helvetica, 20);
//Draw the text
graphics.DrawString("Hello World!!!", font, PdfBrushes.Black, new PointF(0, 0));
// Open the document in browser after saving it
document.Save("Output.pdf", HttpContext.Current.Response, HttpReadType.Save);
}
For more information to get started, refer to our Getting Started Documentation page.
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter,Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET