Syncfusion.Pdf.Wpf 20.1.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.1.0.50
NuGet\Install-Package Syncfusion.Pdf.Wpf -Version 20.1.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.1.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.1.0.50
#r "nuget: Syncfusion.Pdf.Wpf, 20.1.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.1.0.50

// Install Syncfusion.Pdf.Wpf as a Cake Tool
#tool nuget:?package=Syncfusion.Pdf.Wpf&version=20.1.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 656 4/15/2024
25.1.39 888 4/8/2024
25.1.38 937 4/1/2024
25.1.37 888 3/26/2024
25.1.35 1,802 3/15/2024
24.2.9 4,653 3/4/2024
24.2.8 2,457 2/26/2024
24.2.7 2,747 2/19/2024
24.2.6 1,642 2/14/2024
24.2.5 1,533 2/12/2024
24.2.4 2,161 2/5/2024
24.2.3 2,034 1/31/2024
24.1.47 2,249 1/22/2024
24.1.46 2,332 1/16/2024
24.1.45 5,205 1/8/2024
24.1.44 3,087 1/2/2024
24.1.43 2,017 12/27/2023
24.1.41 3,688 12/18/2023
23.2.7 5,013 12/6/2023
23.2.6 3,125 11/28/2023
23.2.5 2,615 11/23/2023
23.2.4 2,820 11/20/2023
23.1.44 7,973 11/6/2023
23.1.43 3,802 10/30/2023
23.1.42 3,106 10/23/2023
23.1.41 3,057 10/16/2023
23.1.40 5,851 10/10/2023
23.1.39 3,590 10/4/2023
23.1.38 4,528 9/26/2023
23.1.36 6,576 9/15/2023
22.2.12 4,771 9/5/2023
22.2.11 3,683 8/28/2023
22.2.10 3,676 8/22/2023
22.2.9 4,591 8/14/2023
22.2.8 5,242 8/7/2023
22.2.7 4,619 8/2/2023
22.2.5 5,205 7/27/2023
22.1.39 5,476 7/18/2023
22.1.38 4,401 7/11/2023
22.1.37 12,822 7/3/2023
22.1.36 4,874 6/28/2023
22.1.34 4,627 6/21/2023
21.2.10 6,755 6/12/2023
21.2.9 5,788 6/6/2023
21.2.8 5,671 5/30/2023
21.2.6 4,344 5/22/2023
21.2.5 4,553 5/15/2023
21.2.4 4,844 5/9/2023
21.2.3 6,731 5/3/2023
21.1.41 8,977 4/19/2023
21.1.39 5,428 4/10/2023
21.1.38 5,941 4/3/2023
21.1.37 7,981 3/29/2023
21.1.35 7,000 3/23/2023
20.4.0.54 7,814 3/13/2023
20.4.0.53 7,525 3/7/2023
20.4.0.52 9,307 2/28/2023
20.4.0.51 5,688 2/21/2023
20.4.0.50 6,353 2/14/2023
20.4.0.49 8,600 2/7/2023
20.4.0.48 6,756 2/1/2023
20.4.0.44 6,810 1/18/2023
20.4.0.43 7,360 1/10/2023
20.4.0.42 6,280 1/4/2023
20.4.0.41 5,846 12/29/2022
20.4.0.40 5,702 12/28/2022
20.4.0.38 7,498 12/21/2022
20.3.0.61 11,284 12/12/2022
20.3.0.60 9,024 12/6/2022
20.3.0.59 6,750 11/29/2022
20.3.0.58 10,265 11/21/2022
20.3.0.57 7,717 11/15/2022
20.3.0.56 13,675 11/8/2022
20.3.0.52 8,402 10/27/2022
20.3.0.50 10,001 10/17/2022
20.3.0.49 7,951 10/11/2022
20.3.0.48 8,001 10/5/2022
20.3.0.47 10,331 9/29/2022
20.2.0.50 10,588 9/20/2022
20.2.0.49 8,715 9/13/2022
20.2.0.48 8,575 9/6/2022
20.2.0.46 9,481 8/30/2022
20.2.0.45 9,351 8/23/2022
20.2.0.44 8,008 8/16/2022
20.2.0.43 8,484 8/8/2022
20.2.0.40 8,320 7/26/2022
20.2.0.39 8,103 7/19/2022
20.2.0.38 11,485 7/12/2022
20.2.0.36 45,540 6/30/2022
20.1.0.61 10,560 6/20/2022
20.1.0.60 7,963 6/14/2022
20.1.0.59 10,414 6/6/2022
20.1.0.58 8,399 5/30/2022
20.1.0.57 8,505 5/23/2022
20.1.0.56 9,614 5/17/2022
20.1.0.55 8,751 5/12/2022
20.1.0.52 12,235 5/2/2022
20.1.0.51 8,656 4/26/2022
20.1.0.50 8,279 4/19/2022
20.1.0.48 8,843 4/12/2022
20.1.0.47 13,972 4/4/2022
19.4.0.56 19,274 3/14/2022
19.4.0.55 7,815 3/8/2022
19.4.0.54 12,367 2/28/2022
19.4.0.53 8,752 2/22/2022
19.4.0.52 18,378 2/15/2022
19.4.0.50 7,350 2/8/2022
19.4.0.48 11,841 1/31/2022
19.4.0.47 7,473 1/24/2022
19.4.0.43 7,608 1/18/2022
19.4.0.42 16,695 1/10/2022
19.4.0.41 6,430 1/4/2022
19.4.0.40 5,176 12/28/2021
19.4.0.38 7,220 12/17/2021
19.3.0.59 5,208 12/14/2021
19.3.0.57 6,037 12/7/2021
19.3.0.56 9,791 11/29/2021
19.3.0.55 8,686 11/23/2021
19.3.0.54 6,140 11/17/2021
19.3.0.53 5,642 11/12/2021
19.3.0.48 7,733 11/3/2021
19.3.0.47 6,032 10/26/2021
19.3.0.46 8,977 10/19/2021
19.3.0.45 6,526 10/12/2021
19.3.0.44 7,834 10/5/2021
19.3.0.43 6,663 9/30/2021
19.2.0.62 10,190 9/13/2021
19.2.0.60 6,408 9/7/2021
19.2.0.59 7,651 8/30/2021
19.2.0.57 8,580 8/24/2021
19.2.0.56 6,222 8/17/2021
19.2.0.55 6,758 8/11/2021
19.2.0.51 6,274 8/2/2021
19.2.0.49 12,788 7/26/2021
19.2.0.48 6,082 7/19/2021
19.2.0.47 9,011 7/13/2021
19.2.0.46 8,870 7/6/2021
19.2.0.44 36,774 6/30/2021
19.1.0.69 10,503 6/14/2021
19.1.0.67 6,367 6/7/2021
19.1.0.66 6,622 5/31/2021
19.1.0.65 6,425 5/24/2021
19.1.0.64 7,158 5/19/2021
19.1.0.63 7,012 5/13/2021
19.1.0.59 12,681 5/3/2021
19.1.0.58 6,257 4/26/2021
19.1.0.57 6,101 4/20/2021
19.1.0.56 9,037 4/12/2021
19.1.0.55 6,188 4/6/2021
19.1.0.54 7,280 3/30/2021
18.4.0.49 6,752 3/22/2021
18.4.0.48 7,839 3/16/2021
18.4.0.47 7,095 3/9/2021
18.4.0.46 7,805 3/2/2021
18.4.0.44 6,837 2/23/2021
18.4.0.43 6,164 2/15/2021
18.4.0.42 7,512 2/9/2021
18.4.0.41 6,208 2/2/2021
18.4.0.39 6,405 1/28/2021
18.4.0.35 6,837 1/19/2021
18.4.0.34 6,003 1/12/2021
18.4.0.33 6,118 1/4/2021
18.4.0.32 9,426 12/30/2020
18.4.0.31 6,187 12/22/2020
18.4.0.30 10,864 12/17/2020
18.3.0.53 6,170 12/8/2020
18.3.0.52 6,299 11/30/2020
18.3.0.51 5,978 11/23/2020
18.3.0.50 6,462 11/17/2020
18.3.0.48 6,002 11/10/2020
18.3.0.47 7,027 11/5/2020
18.3.0.44 18,531 10/27/2020
18.3.0.42 6,743 10/20/2020
18.3.0.40 6,506 10/12/2020
18.3.0.38 6,204 10/7/2020
18.3.0.35 27,000 10/1/2020
18.2.0.59 7,697 9/22/2020
18.2.0.58 5,884 9/15/2020
18.2.0.57 5,763 9/8/2020
18.2.0.56 6,147 9/1/2020
18.2.0.55 5,633 8/24/2020
18.2.0.54 5,882 8/18/2020
18.2.0.48 6,326 8/4/2020
18.2.0.47 6,090 7/28/2020
18.2.0.46 6,293 7/21/2020
18.2.0.45 7,930 7/14/2020
18.2.0.44 20,917 7/6/2020
18.1.0.59 90,431 6/23/2020
18.1.0.57 6,057 6/15/2020
18.1.0.56 6,277 6/9/2020
18.1.0.55 9,655 6/2/2020
18.1.0.54 6,165 5/26/2020
18.1.0.53 19,141 5/19/2020
18.1.0.52 24,795 5/13/2020
18.1.0.48 5,933 5/5/2020
18.1.0.46 6,261 4/28/2020
18.1.0.45 5,947 4/21/2020
18.1.0.44 5,978 4/14/2020
18.1.0.43 6,136 4/7/2020
18.1.0.42 23,308 4/1/2020
18.1.0.36-beta 3,521 3/19/2020
17.4.0.55 7,598 3/10/2020
17.4.0.53 6,245 3/3/2020
17.4.0.51 7,255 2/25/2020
17.4.0.50 5,954 2/18/2020
17.4.0.49 6,301 2/11/2020
17.4.0.47 8,715 2/5/2020
17.4.0.46 6,361 1/30/2020
17.4.0.44 6,210 1/21/2020
17.4.0.43 5,994 1/14/2020
17.4.0.41 6,127 1/7/2020
17.4.0.40 6,373 12/24/2019
17.4.0.39 9,380 12/17/2019
17.3.0.34 6,271 12/10/2019
17.3.0.33 5,826 12/4/2019
17.3.0.30 7,880 12/3/2019
17.3.0.29 6,038 11/26/2019
17.3.0.28 5,873 11/18/2019
17.3.0.27 6,051 11/12/2019
17.3.0.26 6,651 11/5/2019
17.3.0.21 5,977 10/29/2019
17.3.0.19 5,953 10/22/2019
17.3.0.17 6,652 10/15/2019
17.3.0.14 10,236 10/3/2019
17.3.0.9-beta 3,575 9/20/2019
17.2.0.51 7,370 9/10/2019
17.2.0.49 6,566 9/3/2019
17.2.0.47 6,155 8/27/2019
17.2.0.46 6,118 8/22/2019
17.2.0.41 6,627 8/13/2019
17.2.0.40 5,928 8/6/2019
17.2.0.39 6,247 7/30/2019
17.2.0.36 6,070 7/23/2019
17.2.0.35 6,027 7/17/2019
17.2.0.34 6,953 7/11/2019
17.2.0.28-beta 3,480 6/27/2019
17.1.0.53 21,610 6/25/2019
17.1.0.52 6,060 6/18/2019
17.1.0.51 5,909 6/11/2019
17.1.0.50 5,928 6/4/2019
17.1.0.49 6,031 5/28/2019
17.1.0.48 5,841 5/21/2019
17.1.0.47 6,793 5/14/2019
17.1.0.44 5,873 5/7/2019
17.1.0.43 7,935 4/30/2019
17.1.0.42 6,047 4/23/2019
17.1.0.41 5,865 4/16/2019
17.1.0.40 5,891 4/9/2019
17.1.0.38 6,279 3/29/2019
17.1.0.32-beta 3,586 3/13/2019
16.4.0.54 14,452 2/19/2019
16.4.0.53 6,255 2/13/2019
16.4.0.52 11,535 2/5/2019
16.4.0.48 5,980 1/22/2019
16.4.0.47 5,839 1/16/2019
16.4.0.46 5,955 1/8/2019
16.4.0.44 6,184 12/24/2018
16.4.0.42 10,250 12/17/2018
16.4.0.40-beta 3,515 12/10/2018
16.3.0.36 6,038 11/27/2018
16.3.0.35-beta 3,511 11/23/2018
16.3.0.29 6,032 10/30/2018
16.3.0.21 7,087 9/21/2018