![]() |
VOOZH | about |
dotnet add package Syncfusion.Pdf.WinForms --version 33.2.13
NuGet\Install-Package Syncfusion.Pdf.WinForms -Version 33.2.13
<PackageReference Include="Syncfusion.Pdf.WinForms" Version="33.2.13" />
<PackageVersion Include="Syncfusion.Pdf.WinForms" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.Pdf.WinForms" />Project file
paket add Syncfusion.Pdf.WinForms --version 33.2.13
#r "nuget: Syncfusion.Pdf.WinForms, 33.2.13"
#:package Syncfusion.Pdf.WinForms@33.2.13
#addin nuget:?package=Syncfusion.Pdf.WinForms&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.Pdf.WinForms&version=33.2.13Install as a Cake Tool
The Syncfusion® WinForms 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 | Blogs | Support | Forums | Feedback
You can fetch the Syncfusion® .NET PDF library NuGet by simply running the command Install-Package Syncfusion.Pdf.WinForms from the Package Manager Console in Visual Studio.
Try the following code example to create a hello world PDF document.
//Create a PDF document
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));
//Saving the PDF to the MemoryStream
document.Save("Output.pdf");
//Save the document
document.Close(true);
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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Today, we provide 1800+ 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.
| www.syncfusion.com | Toll Free: 1-888-9 DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net9.0-windows7.0 net9.0-windows7.0 is compatible. net10.0-windows net10.0-windows was computed. net10.0-windows7.0 net10.0-windows7.0 is compatible. |
| .NET Framework | net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Syncfusion.Pdf.WinForms:
| Package | Downloads |
|---|---|
|
Syncfusion.PdfViewer.Windows
This package provides the functionality to utilize the features of Syncfusion® WinForms PDF Viewer control and more. |
|
|
Syncfusion.Pdf.OCR.WinForms
The Syncfusion® Essential PDF OCR is a .NET character recognition library that recognizes characters from both images and PDF in any Windows Forms application. Syncfusion® OCRProcessor uses tesseract, one of most accurate OCR engines. Key features: • Converts scanned PDF to searchable PDF. • Converts various image formats such as TIFF, JPEG, PNG, BMP to searchable PDF. • Converts image or PDF to text with location. • Process OCR for the specified region in both PDF and image. • Supports 60+ languages. • Recognize text from rotated images and PDF documents. • Works both in 32-bit and 64-bit environments. Learn more: https://www.syncfusion.com/pdf-framework/net?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/file-formats/pdf/working-with-ocr?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/aspnetmvc?utm_source=nuget&utm_medium=listing |
|
|
Syncfusion.HtmlToPdfConverter.WinForms
The Syncfusion® Essential HTML to PDF converter is a .NET library that converts URLs, HTML string, SVG, MHTML to PDF in Windows Forms application. This converter uses advanced Blink rendering engine, thus generating pixel perfect PDF from HTML or URL. Key features: • Converts any webpage to PDF. • Converts any raw HTML string to PDF. • Works both in 32-bit and 64-bit environments. • Supports header and footer. • Repeats HTML table header and footer in PDF. • Supports HTML5, CSS3, SVG, and Web fonts. • Thread safe. • Supports internal and external hyperlinks. • Sets document properties, page settings, security, viewer preferences, etc. • Protects PDF document with password and permission. Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/windowsforms?utm_source=nuget&utm_medium=listing |
|
|
Syncfusion.DataGridExport.WinForms
This package provides the functionality to utilize the features of Syncfusion® WinForms Grid Export library and more. |
|
|
Syncfusion.DocToPDFConverter.WinForms
This package provides the functionality to utilize the features of Syncfusion® WinForms Word To Pdf converter library and more. |
Showing the top 1 popular GitHub repositories that depend on Syncfusion.Pdf.WinForms:
| Repository | Stars |
|---|---|
|
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 409 | 6/16/2026 |
| 33.2.12 | 849 | 6/9/2026 |
| 33.2.10 | 1,394 | 6/2/2026 |
| 33.2.8 | 1,065 | 5/26/2026 |
| 33.2.7 | 1,005 | 5/19/2026 |
| 33.2.6 | 2,282 | 5/12/2026 |
| 33.2.5 | 1,034 | 5/4/2026 |
| 33.2.4 | 1,452 | 4/27/2026 |
| 33.2.3 | 1,533 | 4/21/2026 |
| 33.1.49 | 1,731 | 4/13/2026 |
| 33.1.47 | 1,037 | 4/6/2026 |
| 33.1.46 | 1,135 | 3/30/2026 |
| 33.1.45 | 1,252 | 3/23/2026 |
| 33.1.44 | 4,352 | 3/16/2026 |
| 32.2.9 | 850 | 3/9/2026 |
| 32.2.8 | 1,327 | 3/2/2026 |
| 32.2.7 | 1,455 | 2/23/2026 |
| 32.2.5 | 917 | 2/16/2026 |
| 32.2.4 | 1,108 | 2/10/2026 |
| 32.2.3 | 1,606 | 2/5/2026 |