Syncfusion.Pdf.Wpf 20.2.0.50

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Pdf.Wpf --version 20.2.0.50
NuGet\Install-Package Syncfusion.Pdf.Wpf -Version 20.2.0.50
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.Wpf" Version="20.2.0.50" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Pdf.Wpf --version 20.2.0.50
#r "nuget: Syncfusion.Pdf.Wpf, 20.2.0.50"
#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.Wpf as a Cake Addin
#addin nuget:?package=Syncfusion.Pdf.Wpf&version=20.2.0.50

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

Syncfusion WPF PDF library

The Syncfusion WPF 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.

WPF 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.Wpf 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));
//Save the document  
document.Save("Output.pdf"); 

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

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

Package Downloads
Syncfusion.DataGridExcelExport.Wpf 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 WPF DataGrid Excel Export control and more.

Syncfusion.PdfViewer.WPF 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 WPF PDFViewer control and more.

Syncfusion.Pdf.OCR.Wpf 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 WPF 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.ExportOlapChart.Wpf 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 WPF Export Olap Chart to (Excel/PDF/Word) control and more.

Syncfusion.DocToPDFConverter.Wpf 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 WPF Word-To-PDF control and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Pdf.Wpf:

Repository Stars
syncfusion/wpf-demos
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
25.1.40 10 4/15/2024
25.1.39 811 4/8/2024
25.1.38 885 4/1/2024
25.1.37 847 3/26/2024
25.1.35 1,677 3/15/2024
24.2.9 4,280 3/4/2024
24.2.8 2,355 2/26/2024
24.2.7 2,599 2/19/2024
24.2.6 1,603 2/14/2024
24.2.5 1,484 2/12/2024
24.2.4 2,064 2/5/2024
24.2.3 1,966 1/31/2024
24.1.47 2,195 1/22/2024
24.1.46 2,279 1/16/2024
24.1.45 5,153 1/8/2024
24.1.44 2,978 1/2/2024
24.1.43 1,990 12/27/2023
24.1.41 3,602 12/18/2023
23.2.7 4,948 12/6/2023
23.2.6 3,086 11/28/2023
23.2.5 2,576 11/23/2023
23.2.4 2,768 11/20/2023
23.1.44 7,901 11/6/2023
23.1.43 3,708 10/30/2023
23.1.42 3,052 10/23/2023
23.1.41 3,006 10/16/2023
23.1.40 5,762 10/10/2023
23.1.39 3,549 10/4/2023
23.1.38 4,480 9/26/2023
23.1.36 6,496 9/15/2023
22.2.12 4,726 9/5/2023
22.2.11 3,633 8/28/2023
22.2.10 3,635 8/22/2023
22.2.9 4,532 8/14/2023
22.2.8 5,162 8/7/2023
22.2.7 4,569 8/2/2023
22.2.5 5,151 7/27/2023
22.1.39 5,410 7/18/2023
22.1.38 4,358 7/11/2023
22.1.37 12,765 7/3/2023
22.1.36 4,843 6/28/2023
22.1.34 4,562 6/21/2023
21.2.10 6,715 6/12/2023
21.2.9 5,735 6/6/2023
21.2.8 5,595 5/30/2023
21.2.6 4,300 5/22/2023
21.2.5 4,514 5/15/2023
21.2.4 4,804 5/9/2023
21.2.3 6,626 5/3/2023
21.1.41 8,894 4/19/2023
21.1.39 5,373 4/10/2023
21.1.38 5,897 4/3/2023
21.1.37 7,923 3/29/2023
21.1.35 6,960 3/23/2023
20.4.0.54 7,762 3/13/2023
20.4.0.53 7,476 3/7/2023
20.4.0.52 9,202 2/28/2023
20.4.0.51 5,642 2/21/2023
20.4.0.50 6,291 2/14/2023
20.4.0.49 8,557 2/7/2023
20.4.0.48 6,704 2/1/2023
20.4.0.44 6,765 1/18/2023
20.4.0.43 7,323 1/10/2023
20.4.0.42 6,228 1/4/2023
20.4.0.41 5,789 12/29/2022
20.4.0.40 5,652 12/28/2022
20.4.0.38 7,435 12/21/2022
20.3.0.61 11,207 12/12/2022
20.3.0.60 8,969 12/6/2022
20.3.0.59 6,696 11/29/2022
20.3.0.58 10,204 11/21/2022
20.3.0.57 7,654 11/15/2022
20.3.0.56 13,496 11/8/2022
20.3.0.52 8,339 10/27/2022
20.3.0.50 9,953 10/17/2022
20.3.0.49 7,899 10/11/2022
20.3.0.48 7,941 10/5/2022
20.3.0.47 10,265 9/29/2022
20.2.0.50 10,536 9/20/2022
20.2.0.49 8,686 9/13/2022
20.2.0.48 8,525 9/6/2022
20.2.0.46 9,441 8/30/2022
20.2.0.45 9,291 8/23/2022
20.2.0.44 7,953 8/16/2022
20.2.0.43 8,447 8/8/2022
20.2.0.40 8,265 7/26/2022
20.2.0.39 8,062 7/19/2022
20.2.0.38 11,428 7/12/2022
20.2.0.36 44,820 6/30/2022
20.1.0.61 10,496 6/20/2022
20.1.0.60 7,898 6/14/2022
20.1.0.59 10,333 6/6/2022
20.1.0.58 8,343 5/30/2022
20.1.0.57 8,436 5/23/2022
20.1.0.56 9,564 5/17/2022
20.1.0.55 8,700 5/12/2022
20.1.0.52 12,190 5/2/2022
20.1.0.51 8,604 4/26/2022
20.1.0.50 8,254 4/19/2022
20.1.0.48 8,775 4/12/2022
20.1.0.47 13,917 4/4/2022
19.4.0.56 19,056 3/14/2022
19.4.0.55 7,765 3/8/2022
19.4.0.54 12,312 2/28/2022
19.4.0.53 8,715 2/22/2022
19.4.0.52 18,215 2/15/2022
19.4.0.50 7,301 2/8/2022
19.4.0.48 11,772 1/31/2022
19.4.0.47 7,433 1/24/2022
19.4.0.43 7,564 1/18/2022
19.4.0.42 16,603 1/10/2022
19.4.0.41 6,418 1/4/2022
19.4.0.40 5,114 12/28/2021
19.4.0.38 7,162 12/17/2021
19.3.0.59 5,163 12/14/2021
19.3.0.57 5,997 12/7/2021
19.3.0.56 9,691 11/29/2021
19.3.0.55 8,643 11/23/2021
19.3.0.54 6,127 11/17/2021
19.3.0.53 5,591 11/12/2021
19.3.0.48 7,693 11/3/2021
19.3.0.47 6,007 10/26/2021
19.3.0.46 8,879 10/19/2021
19.3.0.45 6,473 10/12/2021
19.3.0.44 7,798 10/5/2021
19.3.0.43 6,629 9/30/2021
19.2.0.62 10,165 9/13/2021
19.2.0.60 6,362 9/7/2021
19.2.0.59 7,627 8/30/2021
19.2.0.57 8,567 8/24/2021
19.2.0.56 6,173 8/17/2021
19.2.0.55 6,746 8/11/2021
19.2.0.51 6,228 8/2/2021
19.2.0.49 12,727 7/26/2021
19.2.0.48 6,057 7/19/2021
19.2.0.47 8,941 7/13/2021
19.2.0.46 8,818 7/6/2021
19.2.0.44 36,470 6/30/2021
19.1.0.69 10,444 6/14/2021
19.1.0.67 6,338 6/7/2021
19.1.0.66 6,563 5/31/2021
19.1.0.65 6,399 5/24/2021
19.1.0.64 7,124 5/19/2021
19.1.0.63 6,955 5/13/2021
19.1.0.59 12,628 5/3/2021
19.1.0.58 6,215 4/26/2021
19.1.0.57 6,063 4/20/2021
19.1.0.56 9,015 4/12/2021
19.1.0.55 6,162 4/6/2021
19.1.0.54 7,242 3/30/2021
18.4.0.49 6,740 3/22/2021
18.4.0.48 7,787 3/16/2021
18.4.0.47 7,040 3/9/2021
18.4.0.46 7,783 3/2/2021
18.4.0.44 6,814 2/23/2021
18.4.0.43 6,133 2/15/2021
18.4.0.42 7,465 2/9/2021
18.4.0.41 6,154 2/2/2021
18.4.0.39 6,361 1/28/2021
18.4.0.35 6,802 1/19/2021
18.4.0.34 5,959 1/12/2021
18.4.0.33 6,068 1/4/2021
18.4.0.32 9,386 12/30/2020
18.4.0.31 6,148 12/22/2020
18.4.0.30 10,828 12/17/2020
18.3.0.53 6,133 12/8/2020
18.3.0.52 6,229 11/30/2020
18.3.0.51 5,939 11/23/2020
18.3.0.50 6,419 11/17/2020
18.3.0.48 5,957 11/10/2020
18.3.0.47 6,981 11/5/2020
18.3.0.44 18,340 10/27/2020
18.3.0.42 6,692 10/20/2020
18.3.0.40 6,451 10/12/2020
18.3.0.38 6,152 10/7/2020
18.3.0.35 26,725 10/1/2020
18.2.0.59 7,654 9/22/2020
18.2.0.58 5,841 9/15/2020
18.2.0.57 5,722 9/8/2020
18.2.0.56 6,102 9/1/2020
18.2.0.55 5,610 8/24/2020
18.2.0.54 5,830 8/18/2020
18.2.0.48 6,287 8/4/2020
18.2.0.47 6,042 7/28/2020
18.2.0.46 6,253 7/21/2020
18.2.0.45 7,877 7/14/2020
18.2.0.44 20,873 7/6/2020
18.1.0.59 90,387 6/23/2020
18.1.0.57 6,009 6/15/2020
18.1.0.56 6,248 6/9/2020
18.1.0.55 9,604 6/2/2020
18.1.0.54 6,128 5/26/2020
18.1.0.53 19,022 5/19/2020
18.1.0.52 24,712 5/13/2020
18.1.0.48 5,894 5/5/2020
18.1.0.46 6,217 4/28/2020
18.1.0.45 5,906 4/21/2020
18.1.0.44 5,938 4/14/2020
18.1.0.43 6,116 4/7/2020
18.1.0.42 23,252 4/1/2020
18.1.0.36-beta 3,471 3/19/2020
17.4.0.55 7,526 3/10/2020
17.4.0.53 6,198 3/3/2020
17.4.0.51 7,232 2/25/2020
17.4.0.50 5,923 2/18/2020
17.4.0.49 6,255 2/11/2020
17.4.0.47 8,673 2/5/2020
17.4.0.46 6,322 1/30/2020
17.4.0.44 6,173 1/21/2020
17.4.0.43 5,963 1/14/2020
17.4.0.41 6,086 1/7/2020
17.4.0.40 6,353 12/24/2019
17.4.0.39 9,312 12/17/2019
17.3.0.34 6,233 12/10/2019
17.3.0.33 5,774 12/4/2019
17.3.0.30 7,855 12/3/2019
17.3.0.29 5,998 11/26/2019
17.3.0.28 5,837 11/18/2019
17.3.0.27 6,008 11/12/2019
17.3.0.26 6,608 11/5/2019
17.3.0.21 5,929 10/29/2019
17.3.0.19 5,917 10/22/2019
17.3.0.17 6,611 10/15/2019
17.3.0.14 10,207 10/3/2019
17.3.0.9-beta 3,538 9/20/2019
17.2.0.51 7,331 9/10/2019
17.2.0.49 6,536 9/3/2019
17.2.0.47 6,121 8/27/2019
17.2.0.46 6,078 8/22/2019
17.2.0.41 6,582 8/13/2019
17.2.0.40 5,887 8/6/2019
17.2.0.39 6,197 7/30/2019
17.2.0.36 6,018 7/23/2019
17.2.0.35 5,981 7/17/2019
17.2.0.34 6,907 7/11/2019
17.2.0.28-beta 3,445 6/27/2019
17.1.0.53 21,563 6/25/2019
17.1.0.52 6,024 6/18/2019
17.1.0.51 5,872 6/11/2019
17.1.0.50 5,901 6/4/2019
17.1.0.49 5,971 5/28/2019
17.1.0.48 5,807 5/21/2019
17.1.0.47 6,764 5/14/2019
17.1.0.44 5,846 5/7/2019
17.1.0.43 7,849 4/30/2019
17.1.0.42 6,010 4/23/2019
17.1.0.41 5,816 4/16/2019
17.1.0.40 5,839 4/9/2019
17.1.0.38 6,222 3/29/2019
17.1.0.32-beta 3,541 3/13/2019
16.4.0.54 14,318 2/19/2019
16.4.0.53 6,213 2/13/2019
16.4.0.52 11,503 2/5/2019
16.4.0.48 5,955 1/22/2019
16.4.0.47 5,811 1/16/2019
16.4.0.46 5,903 1/8/2019
16.4.0.44 6,142 12/24/2018
16.4.0.42 10,179 12/17/2018
16.4.0.40-beta 3,482 12/10/2018
16.3.0.36 6,017 11/27/2018
16.3.0.35-beta 3,470 11/23/2018
16.3.0.29 6,003 10/30/2018
16.3.0.21 7,050 9/21/2018