Syncfusion.Pdf.WinForms 20.4.0.54

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 2.0
dotnet add package Syncfusion.Pdf.WinForms --version 20.4.0.54
NuGet\Install-Package Syncfusion.Pdf.WinForms -Version 20.4.0.54
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Pdf.WinForms" Version="20.4.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Pdf.WinForms --version 20.4.0.54
#r "nuget: Syncfusion.Pdf.WinForms, 20.4.0.54"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.Pdf.WinForms as a Cake Addin
#addin nuget:?package=Syncfusion.Pdf.WinForms&version=20.4.0.54

// Install Syncfusion.Pdf.WinForms as a Cake Tool
#tool nuget:?package=Syncfusion.Pdf.WinForms&version=20.4.0.54

Syncfusion WinForms PDF library

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.

WinForms PDF Library

Features Overview | Docs | API Reference | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting started

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.

License

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.

About Syncfusion

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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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

Product Versions
.NET net6.0-windows net6.0-windows7.0 net7.0-windows net7.0-windows7.0
.NET Framework net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Syncfusion.Pdf.WinForms:

Package Downloads
Syncfusion.PdfViewer.Windows The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WinForms PDF Viewer control and more.

Syncfusion.DocToPDFConverter.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WinForms Word To Pdf converter library and more.

Syncfusion.Pdf.OCR.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.GridHelperClasses.Windows The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WinForms Grid Helpers library and more.

Syncfusion.ExcelToPdfConverter.WinForms The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion WinForms Excel to Pdf conversion Library.

GitHub repositories (1)

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
20.4.0.54 1,079 3/13/2023
20.4.0.53 1,080 3/7/2023
20.4.0.52 1,195 2/28/2023
20.4.0.51 1,426 2/21/2023
20.4.0.50 1,170 2/14/2023
20.4.0.49 1,013 2/7/2023
20.4.0.48 1,571 2/1/2023
20.4.0.44 3,033 1/18/2023
20.4.0.43 1,501 1/10/2023
20.4.0.42 1,326 1/4/2023
20.4.0.41 1,484 12/29/2022
20.4.0.40 901 12/28/2022
20.4.0.38 1,877 12/21/2022
20.3.0.61 1,828 12/12/2022
20.3.0.60 1,493 12/6/2022
20.3.0.59 1,708 11/29/2022
20.3.0.58 1,680 11/21/2022
20.3.0.57 2,022 11/14/2022
20.3.0.56 2,806 11/8/2022
20.3.0.52 2,793 10/27/2022
20.3.0.50 2,439 10/17/2022
20.3.0.49 2,745 10/11/2022
20.3.0.48 2,343 10/5/2022
20.3.0.47 3,163 9/29/2022
20.2.0.50 2,753 9/20/2022
20.2.0.49 2,625 9/13/2022
20.2.0.48 3,437 9/6/2022
20.2.0.46 2,762 8/30/2022
20.2.0.45 4,401 8/23/2022
20.2.0.44 2,820 8/16/2022
20.2.0.43 8,646 8/8/2022
20.2.0.40 4,214 7/26/2022
20.2.0.39 3,093 7/19/2022
20.2.0.38 3,148 7/12/2022
20.2.0.36 4,504 6/30/2022
20.1.0.61 5,991 6/20/2022
20.1.0.60 3,960 6/14/2022
20.1.0.59 3,424 6/6/2022
20.1.0.58 5,660 5/30/2022
20.1.0.57 3,194 5/23/2022
20.1.0.56 22,262 5/17/2022
20.1.0.55 3,563 5/12/2022
20.1.0.52 7,035 5/2/2022
20.1.0.51 4,078 4/26/2022
20.1.0.50 3,887 4/19/2022
20.1.0.48 3,241 4/12/2022
20.1.0.47 4,013 4/4/2022
19.4.0.56 13,431 3/14/2022
19.4.0.55 2,637 3/8/2022
19.4.0.54 4,005 2/28/2022
19.4.0.53 3,147 2/21/2022
19.4.0.52 2,747 2/15/2022
19.4.0.50 4,056 2/8/2022
19.4.0.48 3,564 1/31/2022
19.4.0.47 2,552 1/24/2022
19.4.0.43 2,777 1/18/2022
19.4.0.42 3,374 1/10/2022
19.4.0.41 3,349 1/4/2022
19.4.0.40 3,063 12/28/2021
19.4.0.38 1,910 12/17/2021
19.3.0.59 1,423 12/14/2021
19.3.0.57 1,486 12/7/2021
19.3.0.56 2,449 11/29/2021
19.3.0.55 8,366 11/23/2021
19.3.0.54 1,674 11/17/2021
19.3.0.53 2,790 11/12/2021
19.3.0.48 2,364 11/3/2021
19.3.0.47 2,612 10/26/2021
19.3.0.46 2,025 10/19/2021
19.3.0.45 2,872 10/12/2021
19.3.0.44 2,284 10/5/2021
19.3.0.43 4,629 9/30/2021
19.2.0.62 3,050 9/13/2021
19.2.0.60 2,382 9/7/2021
19.2.0.59 2,617 8/30/2021
19.2.0.57 1,980 8/24/2021
19.2.0.56 4,904 8/17/2021
19.2.0.55 2,234 8/11/2021
19.2.0.51 3,573 8/2/2021
19.2.0.49 2,270 7/26/2021
19.2.0.48 7,089 7/19/2021
19.2.0.47 2,730 7/13/2021
19.2.0.46 3,535 7/6/2021
19.2.0.44 4,738 6/30/2021
19.1.0.69 3,270 6/14/2021
19.1.0.67 3,700 6/7/2021
19.1.0.66 4,208 5/31/2021
19.1.0.65 2,600 5/24/2021
19.1.0.64 2,154 5/19/2021
19.1.0.63 3,543 5/13/2021
19.1.0.59 2,377 5/3/2021
19.1.0.58 2,025 4/26/2021
19.1.0.57 7,241 4/20/2021
19.1.0.56 2,314 4/12/2021
19.1.0.55 2,305 4/6/2021
19.1.0.54 5,095 3/30/2021
18.4.0.49 3,930 3/22/2021
18.4.0.48 4,191 3/16/2021
18.4.0.47 2,346 3/9/2021
18.4.0.46 3,214 3/2/2021
18.4.0.44 2,438 2/23/2021
18.4.0.43 2,187 2/15/2021
18.4.0.42 5,086 2/9/2021
18.4.0.41 3,061 2/2/2021
18.4.0.39 2,572 1/28/2021
18.4.0.35 2,895 1/19/2021
18.4.0.34 2,197 1/12/2021
18.4.0.33 2,701 1/4/2021
18.4.0.32 2,298 12/30/2020
18.4.0.31 2,213 12/22/2020
18.4.0.30 2,643 12/17/2020
18.3.0.53 2,356 12/8/2020
18.3.0.52 2,208 11/30/2020
18.3.0.51 2,522 11/23/2020
18.3.0.50 2,450 11/17/2020
18.3.0.48 2,308 11/10/2020
18.3.0.47 7,152 11/5/2020
18.3.0.44 2,715 10/27/2020
18.3.0.42 2,862 10/20/2020
18.3.0.40 2,371 10/12/2020
18.3.0.38 2,232 10/7/2020
18.3.0.35 3,781 10/1/2020
18.2.0.59 2,618 9/22/2020
18.2.0.58 2,350 9/15/2020
18.2.0.57 3,302 9/8/2020
18.2.0.56 2,860 9/1/2020
18.2.0.55 2,320 8/24/2020
18.2.0.54 2,309 8/18/2020
18.2.0.48 2,608 8/4/2020
18.2.0.47 2,346 7/28/2020
18.2.0.46 7,973 7/21/2020
18.2.0.45 2,325 7/14/2020
18.2.0.44 37,273 7/6/2020
18.1.0.59 3,233 6/23/2020
18.1.0.57 2,562 6/15/2020
18.1.0.56 2,500 6/9/2020
18.1.0.55 2,351 6/2/2020
18.1.0.54 3,513 5/26/2020
18.1.0.53 2,501 5/19/2020
18.1.0.52 2,953 5/13/2020
18.1.0.48 8,528 5/5/2020
18.1.0.46 2,493 4/28/2020
18.1.0.45 2,280 4/20/2020
18.1.0.44 2,431 4/14/2020
18.1.0.43 3,258 4/7/2020
18.1.0.42 2,781 4/1/2020
18.1.0.36-beta 1,052 3/19/2020
17.4.0.55 6,419 3/10/2020
17.4.0.53 4,160 3/3/2020
17.4.0.51 2,657 2/25/2020
17.4.0.50 2,516 2/18/2020
17.4.0.49 2,501 2/11/2020
17.4.0.47 4,756 2/5/2020
17.4.0.46 2,747 1/30/2020
17.4.0.44 2,630 1/21/2020
17.4.0.43 2,506 1/14/2020
17.4.0.41 2,656 1/7/2020
17.4.0.40 7,282 12/24/2019
17.4.0.39 2,983 12/17/2019
17.3.0.34 2,770 12/10/2019
17.3.0.33 2,295 12/4/2019
17.3.0.30 2,155 12/3/2019
17.3.0.29 3,212 11/26/2019
17.3.0.28 2,427 11/18/2019
17.3.0.27 2,478 11/12/2019
17.3.0.26 2,488 11/5/2019
17.3.0.21 2,306 10/29/2019
17.3.0.19 2,478 10/22/2019
17.3.0.17 2,370 10/15/2019
17.3.0.14 3,540 10/3/2019
17.3.0.9-beta 1,112 9/20/2019
17.2.0.51 4,804 9/10/2019
17.2.0.49 2,338 9/3/2019
17.2.0.47 8,502 8/27/2019
17.2.0.46 31,783 8/22/2019
17.2.0.41 2,642 8/13/2019
17.2.0.40 5,791 8/6/2019
17.2.0.39 2,309 7/30/2019
17.2.0.36 2,495 7/23/2019
17.2.0.35 2,311 7/17/2019
17.2.0.34 10,867 7/11/2019
17.2.0.28-beta 1,056 6/27/2019
17.1.0.53 3,091 6/25/2019
17.1.0.52 2,616 6/18/2019
17.1.0.51 2,602 6/11/2019
17.1.0.50 2,503 6/4/2019
17.1.0.49 7,163 5/28/2019
17.1.0.48 2,650 5/21/2019
17.1.0.47 15,545 5/14/2019
17.1.0.44 2,727 5/7/2019
17.1.0.43 2,429 4/30/2019
17.1.0.42 2,404 4/23/2019
17.1.0.41 2,252 4/16/2019
17.1.0.40 2,422 4/9/2019
17.1.0.38 3,615 3/29/2019
17.1.0.32-beta 1,221 3/13/2019
16.4.0.54 3,612 2/19/2019
16.4.0.53 2,390 2/13/2019
16.4.0.52 3,151 2/5/2019
16.4.0.48 5,327 1/22/2019
16.4.0.47 2,241 1/16/2019
16.4.0.46 2,350 1/8/2019
16.4.0.44 2,506 12/24/2018
16.4.0.42 3,311 12/17/2018
16.4.0.40-beta 1,209 12/10/2018
16.3.0.36 5,208 11/27/2018
16.3.0.35-beta 1,172 11/23/2018
16.3.0.29 5,245 10/30/2018
16.3.0.21 8,152 9/21/2018