Syncfusion.Pdf.UWP 32.2.3

Prefix Reserved
dotnet add package Syncfusion.Pdf.UWP --version 32.2.3
                    
NuGet\Install-Package Syncfusion.Pdf.UWP -Version 32.2.3
                    
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.UWP" Version="32.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Pdf.UWP" Version="32.2.3" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Pdf.UWP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Pdf.UWP --version 32.2.3
                    
#r "nuget: Syncfusion.Pdf.UWP, 32.2.3"
                    
#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.
#:package Syncfusion.Pdf.UWP@32.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.Pdf.UWP&version=32.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Pdf.UWP&version=32.2.3
                    
Install as a Cake Tool

Syncfusion® UWP PDF library

The Syncfusion® UWP 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.

UWP PDF library

Features Overview | Dos | 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.uwp 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));  
//Create memory stream
MemoryStream ms = new MemoryStream();
//Open the document in browser after saving it
doc.Save(ms);
//Close the document
doc.Close(true);
Save(ms, "Sample.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® 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.

About Syncfusion®

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.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

Package Downloads
Syncfusion.PivotChartExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Pivot Chart Export control and more.

Syncfusion.PivotTableExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP Pivot Table Export control and more.

Syncfusion.SfPdfViewer.UWP

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

Syncfusion.DataGridExcelExport.UWP

This package provides the functionality to utilize the features of Syncfusion® UWP DataGridExport control and more.

BoldReports.UWP

Syncfusion Bold Reports for UWP Report Viewer is a control package that displays SSRS RDL and RDLC reports within Universal Windows Platform applications. It also supports the Report Writer library. Key features: • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through and hyperlink to work with report at runtime. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing UWP Report Viewer Feature Tour: https://www.boldreports.com/embedded-reporting/uwp-report-viewer?utm_source=nuget&utm_medium=listing UWP Report Writer Feature Tour: https://www.boldreports.com/embedded-reporting/uwp-report-writer?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/uwp-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2026 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
32.2.3 81 2/5/2026
32.1.25 309 1/26/2026
32.1.24 292 1/19/2026
32.1.23 286 1/13/2026
32.1.22 303 1/5/2026
32.1.21 292 12/29/2025
32.1.20 417 12/23/2025
32.1.19 998 12/16/2025
31.2.18 799 12/8/2025
31.2.16 1,069 12/1/2025
31.2.15 653 11/25/2025
31.2.12 975 11/18/2025
31.2.10 862 11/12/2025
31.2.5 863 11/3/2025
31.2.4 847 10/28/2025
31.2.3 846 10/21/2025
31.2.2 876 10/15/2025
31.1.23 905 10/6/2025
31.1.22 917 9/30/2025
31.1.21 942 9/22/2025
31.1.20 1,032 9/16/2025
31.1.19 916 9/11/2025
31.1.18 870 9/9/2025
31.1.17 911 9/5/2025
30.2.7 1,221 8/25/2025
30.2.6 927 8/18/2025
30.2.5 945 8/13/2025
30.2.4 1,853 8/7/2025
30.1.42 845 7/28/2025
30.1.41 1,318 7/22/2025
30.1.40 948 7/14/2025
30.1.39 1,329 7/8/2025
30.1.38 966 7/1/2025
30.1.37 1,042 6/25/2025
29.2.11 1,034 6/16/2025
29.2.10 1,090 6/9/2025
29.2.9 999 6/5/2025
29.2.8 1,036 6/3/2025
29.2.7 1,096 5/26/2025
29.2.5 1,173 5/20/2025
29.2.4 1,070 5/14/2025
29.1.41 1,070 5/5/2025
29.1.40 1,060 4/28/2025
29.1.39 1,047 4/21/2025
29.1.38 1,085 4/14/2025
29.1.37 1,036 4/8/2025
29.1.35 1,034 4/1/2025
29.1.33 1,346 3/25/2025
28.2.12 969 3/19/2025
28.2.11 1,093 3/10/2025
28.2.9 1,367 3/3/2025
28.2.7 1,048 2/25/2025
28.2.6 994 2/17/2025
28.2.5 1,009 2/11/2025
28.2.4 1,047 2/4/2025
28.2.3 6,804 1/29/2025
28.1.41 1,355 1/20/2025
28.1.39 1,288 1/13/2025
28.1.38 1,025 1/7/2025
28.1.37 1,061 12/31/2024
28.1.36 961 12/23/2024
28.1.35 1,188 12/18/2024
28.1.33 1,023 12/12/2024
27.2.5 2,329 12/2/2024
27.2.4 1,009 11/26/2024
27.2.3 1,041 11/22/2024
27.2.2 983 11/15/2024
27.1.58 1,077 11/4/2024
27.1.57 970 10/28/2024
27.1.56 1,036 10/23/2024
27.1.55 964 10/21/2024
27.1.53 1,089 10/14/2024
27.1.52 1,058 10/7/2024
27.1.51 1,006 9/30/2024
27.1.50 1,031 9/23/2024
27.1.48 1,255 9/18/2024
26.2.14 1,097 9/9/2024
26.2.13 1,075 9/5/2024
26.2.12 1,053 9/2/2024
26.2.11 1,145 8/27/2024
26.2.10 1,102 8/19/2024
26.2.9 1,123 8/12/2024
26.2.8 1,054 8/5/2024
26.2.7 941 7/29/2024
26.2.5 931 7/25/2024
26.2.4 984 7/24/2024
26.1.42 1,115 7/15/2024
26.1.41 1,072 7/8/2024
26.1.40 1,080 7/1/2024
26.1.39 1,063 6/24/2024
26.1.38 1,079 6/18/2024
26.1.35 5,692 6/11/2024
25.2.7 1,035 6/3/2024
25.2.6 1,068 5/28/2024
25.2.5 1,065 5/21/2024
25.2.4 1,076 5/14/2024
25.2.3 1,094 5/8/2024
25.1.42 1,068 4/29/2024
25.1.41 1,104 4/23/2024
25.1.40 1,150 4/15/2024
25.1.39 1,092 4/8/2024
25.1.38 1,347 4/1/2024
25.1.37 1,072 3/26/2024
25.1.35 1,158 3/15/2024
24.2.9 1,209 3/4/2024
24.2.8 1,948 2/26/2024
24.2.7 1,088 2/19/2024
24.2.6 1,069 2/14/2024
24.2.5 1,019 2/12/2024
24.2.4 1,093 2/5/2024
24.2.3 1,167 1/31/2024
24.1.47 1,111 1/22/2024
24.1.46 1,119 1/16/2024
24.1.45 1,177 1/8/2024
24.1.44 1,325 1/2/2024
24.1.43 1,081 12/27/2023
24.1.41 1,216 12/18/2023
23.2.7 1,270 12/6/2023
23.2.6 1,877 11/28/2023
23.2.5 1,193 11/23/2023
23.2.4 1,214 11/20/2023
23.1.44 1,240 11/6/2023
23.1.43 1,245 10/30/2023
23.1.42 1,143 10/23/2023
23.1.41 1,182 10/16/2023
23.1.40 1,697 10/10/2023
23.1.39 1,160 10/4/2023
23.1.38 1,202 9/26/2023
23.1.36 1,171 9/15/2023
22.2.12 1,337 9/5/2023
22.2.11 1,217 8/28/2023
22.2.10 1,410 8/22/2023
22.2.9 1,296 8/14/2023
22.2.8 1,295 8/7/2023
22.2.7 1,213 8/2/2023
22.2.5 1,259 7/27/2023
22.1.39 1,280 7/18/2023
22.1.38 1,186 7/11/2023
22.1.37 1,532 7/3/2023
22.1.36 1,374 6/28/2023
22.1.34 3,778 6/21/2023
21.2.10 1,433 6/12/2023
21.2.9 1,441 6/6/2023
21.2.8 1,352 5/30/2023
21.2.6 1,422 5/22/2023
21.2.5 1,493 5/15/2023
21.2.4 1,762 5/9/2023
21.2.3 1,605 5/3/2023
21.1.41 1,662 4/19/2023
21.1.39 1,818 4/10/2023
21.1.38 1,733 4/3/2023
21.1.37 1,806 3/29/2023
21.1.35 2,116 3/23/2023
20.4.0.54 1,914 3/13/2023
20.4.0.53 1,859 3/7/2023
20.4.0.52 1,843 2/28/2023
20.4.0.51 1,986 2/21/2023
20.4.0.50 1,960 2/14/2023
20.4.0.49 1,983 2/7/2023
20.4.0.48 2,163 2/1/2023
20.4.0.44 2,182 1/18/2023
20.4.0.43 2,315 1/10/2023
20.4.0.42 2,247 1/4/2023
20.4.0.41 2,192 12/29/2022
20.4.0.40 2,193 12/28/2022
20.4.0.38 2,565 12/21/2022
20.3.0.61 2,255 12/12/2022
20.3.0.60 2,470 12/6/2022
20.3.0.59 2,303 11/29/2022
20.3.0.58 2,389 11/22/2022
20.3.0.57 2,372 11/15/2022
20.3.0.56 2,503 11/8/2022
20.3.0.52 2,707 10/27/2022
20.3.0.50 2,768 10/17/2022
20.3.0.49 2,827 10/11/2022
20.3.0.48 2,994 10/5/2022
20.3.0.47 3,564 9/29/2022
20.2.0.50 2,927 9/20/2022
20.2.0.49 2,912 9/13/2022
20.2.0.48 2,931 9/6/2022
20.2.0.46 2,915 8/30/2022
20.2.0.45 3,143 8/23/2022
20.2.0.44 3,419 8/16/2022
20.2.0.43 4,631 8/8/2022
20.2.0.40 3,381 7/26/2022
20.2.0.39 3,077 7/19/2022
20.2.0.38 3,040 7/12/2022
20.2.0.36 33,339 6/30/2022
20.1.0.61 3,163 6/20/2022
20.1.0.60 3,009 6/14/2022
20.1.0.59 3,364 6/6/2022
20.1.0.58 3,234 5/30/2022
20.1.0.57 3,066 5/23/2022
20.1.0.56 3,198 5/17/2022
20.1.0.55 4,827 5/12/2022
20.1.0.52 3,825 5/2/2022
20.1.0.51 3,141 4/26/2022
20.1.0.50 3,154 4/19/2022
20.1.0.48 3,240 4/12/2022
20.1.0.47 7,548 4/4/2022
19.4.0.56 3,994 3/14/2022
19.4.0.55 3,328 3/8/2022
19.4.0.54 3,045 2/28/2022
19.4.0.53 3,097 2/22/2022
19.4.0.52 3,091 2/15/2022
19.4.0.50 3,101 2/8/2022
19.4.0.48 3,161 1/31/2022
19.4.0.47 3,086 1/24/2022
19.4.0.43 3,401 1/18/2022
19.4.0.42 3,127 1/10/2022
19.4.0.41 2,299 1/4/2022
19.4.0.40 2,249 12/28/2021
19.4.0.38 2,689 12/17/2021
19.3.0.59 2,265 12/14/2021
19.3.0.57 2,542 12/7/2021
19.3.0.56 2,850 11/29/2021
19.3.0.55 2,630 11/23/2021
19.3.0.54 2,486 11/17/2021
19.3.0.53 2,594 11/12/2021
19.3.0.48 2,896 11/3/2021
19.3.0.47 2,712 10/26/2021
19.3.0.46 2,590 10/19/2021
19.3.0.45 2,527 10/12/2021
19.3.0.44 2,607 10/5/2021
19.3.0.43 2,686 9/30/2021
19.2.0.62 2,772 9/13/2021
19.2.0.60 2,551 9/7/2021
19.2.0.59 2,594 8/30/2021
19.2.0.57 2,585 8/24/2021
19.2.0.56 2,808 8/17/2021
19.2.0.55 2,614 8/11/2021
19.2.0.51 2,557 8/2/2021
19.2.0.49 2,555 7/26/2021
19.2.0.48 2,590 7/19/2021
19.2.0.47 2,634 7/13/2021
19.2.0.46 3,023 7/6/2021
19.2.0.44 22,946 6/30/2021
19.1.0.69 2,860 6/14/2021
19.1.0.67 2,700 6/7/2021
19.1.0.66 2,592 5/31/2021
19.1.0.65 2,578 5/24/2021
19.1.0.64 2,795 5/19/2021
19.1.0.63 2,636 5/13/2021
19.1.0.59 2,947 5/3/2021
19.1.0.58 2,814 4/26/2021
19.1.0.57 2,698 4/20/2021
19.1.0.56 3,186 4/12/2021
19.1.0.55 2,665 4/6/2021
19.1.0.54 2,780 3/30/2021
18.4.0.49 2,708 3/22/2021
18.4.0.48 2,658 3/16/2021
18.4.0.47 3,047 3/9/2021
18.4.0.46 2,635 3/2/2021
18.4.0.44 2,879 2/23/2021
18.4.0.43 3,859 2/15/2021
18.4.0.42 2,793 2/9/2021
18.4.0.41 2,717 2/2/2021
18.4.0.39 2,672 1/28/2021
18.4.0.35 2,759 1/19/2021
18.4.0.34 2,908 1/12/2021
18.4.0.33 2,671 1/4/2021
18.4.0.32 2,638 12/30/2020
18.4.0.31 2,643 12/22/2020
18.4.0.30 2,784 12/17/2020
18.3.0.53 2,830 12/8/2020
18.3.0.52 2,746 11/30/2020
18.3.0.51 2,960 11/23/2020
18.3.0.50 2,797 11/17/2020
18.3.0.48 2,836 11/10/2020
18.3.0.47 3,090 11/5/2020
18.3.0.44 2,984 10/27/2020
18.3.0.42 2,938 10/20/2020
18.3.0.40 3,032 10/12/2020
18.3.0.38 2,909 10/7/2020
18.3.0.35 17,183 10/1/2020
18.2.0.59 2,943 9/22/2020
18.2.0.58 2,876 9/15/2020
18.2.0.57 5,673 9/8/2020
18.2.0.56 3,070 9/1/2020
18.2.0.55 2,833 8/25/2020
18.2.0.54 3,416 8/18/2020
18.2.0.48 3,005 8/4/2020
18.2.0.47 2,945 7/28/2020
18.2.0.46 3,142 7/21/2020
18.2.0.45 2,852 7/14/2020
18.2.0.44 3,306 7/6/2020
18.1.0.59 3,030 6/23/2020
18.1.0.57 3,047 6/15/2020
18.1.0.56 2,955 6/9/2020
18.1.0.55 2,942 6/2/2020
18.1.0.54 4,881 5/26/2020
18.1.0.53 3,056 5/19/2020
18.1.0.52 6,078 5/13/2020
18.1.0.48 3,278 5/5/2020
18.1.0.46 3,211 4/28/2020
18.1.0.45 3,080 4/21/2020
18.1.0.44 3,124 4/14/2020
18.1.0.43 2,998 4/7/2020
18.1.0.42 3,559 4/1/2020
18.1.0.36-beta 1,224 3/19/2020
17.4.0.55 4,766 3/10/2020
17.4.0.53 3,034 3/3/2020
17.4.0.51 3,866 2/25/2020
17.4.0.50 3,097 2/18/2020
17.4.0.49 3,060 2/11/2020
17.4.0.47 3,112 2/5/2020
17.4.0.46 2,938 1/30/2020
17.4.0.44 3,182 1/21/2020
17.4.0.43 3,860 1/14/2020
17.4.0.41 3,150 1/7/2020
17.4.0.40 3,138 12/24/2019
17.4.0.39 7,269 12/17/2019
17.3.0.34 3,372 12/10/2019
17.3.0.33 3,064 12/4/2019
17.3.0.30 2,934 12/3/2019
17.3.0.29 3,123 11/26/2019
17.3.0.28 3,156 11/18/2019
17.3.0.27 3,042 11/12/2019
17.3.0.26 4,408 11/5/2019
17.3.0.21 3,031 10/29/2019
17.3.0.19 3,136 10/22/2019
17.3.0.17 3,918 10/15/2019
17.3.0.14 5,177 10/3/2019
17.3.0.9-beta 1,253 9/20/2019
17.2.0.51 3,755 9/10/2019
17.2.0.49 3,074 9/3/2019
17.2.0.47 3,133 8/27/2019
17.2.0.46 3,070 8/22/2019
17.2.0.41 5,295 8/13/2019
17.2.0.40 3,190 8/6/2019
17.2.0.39 3,145 7/30/2019
17.2.0.36 3,168 7/23/2019
17.2.0.35 3,105 7/17/2019
17.2.0.34 4,446 7/11/2019
17.2.0.28-beta 1,360 6/27/2019
17.1.0.53 11,204 6/25/2019
17.1.0.52 3,217 6/18/2019
17.1.0.51 3,249 6/11/2019
17.1.0.50 3,248 6/4/2019
17.1.0.49 3,219 5/28/2019
17.1.0.48 3,554 5/21/2019
17.1.0.47 3,423 5/14/2019
17.1.0.44 3,481 5/7/2019
17.1.0.43 3,370 4/30/2019
17.1.0.42 3,386 4/23/2019
17.1.0.41 3,224 4/16/2019
17.1.0.40 3,241 4/9/2019
17.1.0.38 3,537 3/29/2019
17.1.0.32-beta 1,359 3/13/2019
16.4.0.54 5,703 2/19/2019
16.4.0.53 3,379 2/13/2019
16.4.0.52 4,188 2/5/2019
16.4.0.48 3,909 1/22/2019
16.4.0.47 3,362 1/16/2019
16.4.0.46 3,318 1/8/2019
16.4.0.44 3,307 12/24/2018
16.4.0.42 3,363 12/17/2018
16.4.0.40-beta 1,438 12/10/2018
16.3.0.36 3,452 11/27/2018
16.3.0.35-beta 1,443 11/23/2018
16.3.0.29 4,099 10/30/2018
16.3.0.21 3,424 9/21/2018
16.3.0.17-beta 1,238 9/12/2018
16.2.0.50 2,834 8/28/2018
16.2.0.46 3,176 8/8/2018