Syncfusion.Presentation.UWP 29.1.33

Prefix Reserved
dotnet add package Syncfusion.Presentation.UWP --version 29.1.33                
NuGet\Install-Package Syncfusion.Presentation.UWP -Version 29.1.33                
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.Presentation.UWP" Version="29.1.33" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.UWP --version 29.1.33                
#r "nuget: Syncfusion.Presentation.UWP, 29.1.33"                
#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.Presentation.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.Presentation.UWP&version=29.1.33

// Install Syncfusion.Presentation.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.Presentation.UWP&version=29.1.33                

Syncfusion® UWP PowerPoint library

The Syncfusion® UWP PowerPoint (Presentation) library is a feature-rich and high-performance .NET PowerPoint library that is used to create, read, edit and convert PowerPoint presentation programmatically.

UWP PowerPoint(Presentation) library

Features Overview | Dos | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting started

You can fetch the Syncfusion® .NET PowerPoint library NuGet by simply running the command Install-Package Syncfusion.Presentation.UWP from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PowerPoint Presentation.

//Namespace to create PowerPoint
using Syncfusion.Presentation;

//Creates a new instance of PowerPoint presentation.
using (IPresentation pptxDoc = Presentation.Create())
{
	//Adds a slide to the PowerPoint Presentation.
	ISlide firstSlide = pptxDoc.Slides.Add(SlideLayoutType.Blank);
	
	//Adds a textbox in a slide by specifying its position and size.
	IShape textShape = firstSlide.AddTextBox(100, 75, 756, 200);
	
	//Adds a new paragraph with text.
	textShape.TextBody.AddParagraph("Hello World");
	
	//Initializes FileSavePicker
	FileSavePicker savePicker = new FileSavePicker();
	savePicker.SuggestedStartLocation = PickerLocationId.Desktop;
	savePicker.SuggestedFileName = "Sample";
	savePicker.FileTypeChoices.Add("PowerPoint Files", new List<string>() { ".pptx" });

	//Creates a storage file from FileSavePicker
	StorageFile storageFile = await savePicker.PickSaveFileAsync();

	//Saves changes to the specified storage file
	await pptxDoc.SaveAsync(storageFile);
}

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 (1)

Showing the top 1 NuGet packages that depend on Syncfusion.Presentation.UWP:

Package Downloads
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 2025 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
29.1.33 0 3/25/2025
28.2.12 130 3/19/2025
28.2.11 158 3/10/2025
28.2.9 234 3/3/2025
28.2.7 91 2/25/2025
28.2.6 112 2/17/2025
28.2.5 102 2/11/2025
28.2.4 91 2/4/2025
28.2.3 780 1/29/2025
28.1.41 326 1/20/2025
28.1.39 185 1/13/2025
28.1.38 95 1/7/2025
28.1.37 93 12/31/2024
28.1.36 86 12/23/2024
28.1.35 201 12/18/2024
28.1.33 98 12/12/2024
27.2.5 90 12/2/2024
27.2.4 104 11/26/2024
27.2.3 110 11/22/2024
27.2.2 98 11/15/2024
27.1.58 104 11/4/2024
27.1.57 95 10/28/2024
27.1.56 94 10/23/2024
27.1.55 79 10/21/2024
27.1.53 129 10/14/2024
27.1.52 111 10/7/2024
27.1.51 112 9/30/2024
27.1.50 102 9/23/2024
27.1.48 120 9/18/2024
26.2.14 162 9/9/2024
26.2.13 119 9/5/2024
26.2.12 109 9/2/2024
26.2.11 123 8/27/2024
26.2.10 130 8/19/2024
26.2.9 123 8/12/2024
26.2.8 124 8/5/2024
26.2.7 65 7/29/2024
26.2.5 91 7/25/2024
26.2.4 97 7/24/2024
26.1.42 104 7/15/2024
26.1.41 97 7/8/2024
26.1.40 116 7/1/2024
26.1.39 116 6/24/2024
26.1.38 127 6/18/2024
26.1.35 4,074 6/11/2024
25.2.7 107 6/3/2024
25.2.6 122 5/28/2024
25.2.5 116 5/21/2024
25.2.4 125 5/14/2024
25.2.3 124 5/8/2024
25.1.42 124 4/29/2024
25.1.41 139 4/23/2024
25.1.40 135 4/15/2024
25.1.39 123 4/8/2024
25.1.38 128 4/1/2024
25.1.37 112 3/26/2024
25.1.35 139 3/15/2024
24.2.9 148 3/4/2024
24.2.8 151 2/26/2024
24.2.7 136 2/19/2024
24.2.6 145 2/14/2024
24.2.5 150 2/12/2024
24.2.4 138 2/5/2024
24.2.3 130 1/31/2024
24.1.47 129 1/22/2024
24.1.46 140 1/16/2024
24.1.45 161 1/8/2024
24.1.44 142 1/2/2024
24.1.43 155 12/27/2023
24.1.41 178 12/18/2023
23.2.7 188 12/6/2023
23.2.6 154 11/28/2023
23.2.5 154 11/23/2023
23.2.4 181 11/20/2023
23.1.44 168 11/6/2023
23.1.43 153 10/30/2023
23.1.42 170 10/23/2023
23.1.41 176 10/16/2023
23.1.40 1,029 10/10/2023
23.1.39 166 10/4/2023
23.1.38 167 9/26/2023
23.1.36 204 9/15/2023
22.2.12 170 9/5/2023
22.2.11 201 8/28/2023
22.2.10 182 8/22/2023
22.2.9 181 8/14/2023
22.2.8 181 8/7/2023
22.2.7 183 8/2/2023
22.2.5 196 7/27/2023
22.1.39 179 7/18/2023
22.1.38 198 7/11/2023
22.1.37 251 7/3/2023
22.1.36 203 6/28/2023
22.1.34 2,133 6/21/2023
21.2.10 244 6/12/2023
21.2.9 237 6/6/2023
21.2.8 240 5/30/2023
21.2.6 298 5/22/2023
21.2.5 244 5/15/2023
21.2.4 252 5/9/2023
21.2.3 270 5/3/2023
21.1.41 288 4/19/2023
21.1.39 293 4/10/2023
21.1.38 306 4/3/2023
21.1.37 315 3/29/2023
21.1.35 379 3/23/2023
20.4.0.54 360 3/13/2023
20.4.0.53 317 3/7/2023
20.4.0.52 328 2/28/2023
20.4.0.51 329 2/21/2023
20.4.0.50 341 2/14/2023
20.4.0.49 347 2/7/2023
20.4.0.48 414 2/1/2023
20.4.0.44 365 1/18/2023
20.4.0.43 390 1/10/2023
20.4.0.42 436 1/4/2023
20.4.0.41 619 12/29/2022
20.4.0.40 436 12/28/2022
20.4.0.38 416 12/21/2022
20.3.0.61 398 12/12/2022
20.3.0.60 414 12/6/2022
20.3.0.59 419 11/29/2022
20.3.0.58 392 11/22/2022
20.3.0.57 424 11/15/2022
20.3.0.56 439 11/8/2022
20.3.0.52 484 10/27/2022
20.3.0.50 490 10/17/2022
20.3.0.49 530 10/11/2022
20.3.0.48 483 10/5/2022
20.3.0.47 514 9/29/2022
20.2.0.50 529 9/20/2022
20.2.0.49 511 9/13/2022
20.2.0.48 515 9/6/2022
20.2.0.46 539 8/30/2022
20.2.0.45 529 8/23/2022
20.2.0.44 512 8/16/2022
20.2.0.43 1,710 8/8/2022
20.2.0.40 529 7/26/2022
20.2.0.39 544 7/19/2022
20.2.0.38 543 7/12/2022
20.2.0.36 30,282 6/30/2022
20.1.0.61 557 6/20/2022
20.1.0.60 567 6/14/2022
20.1.0.59 833 6/6/2022
20.1.0.58 570 5/30/2022
20.1.0.57 575 5/23/2022
20.1.0.56 567 5/17/2022
20.1.0.55 593 5/12/2022
20.1.0.52 717 5/2/2022
20.1.0.51 602 4/26/2022
20.1.0.50 568 4/19/2022
20.1.0.48 680 4/12/2022
20.1.0.47 613 4/4/2022
19.4.0.56 754 3/14/2022
19.4.0.55 607 3/8/2022
19.4.0.54 591 2/28/2022
19.4.0.53 573 2/22/2022
19.4.0.52 569 2/15/2022
19.4.0.50 580 2/8/2022
19.4.0.48 622 1/31/2022
19.4.0.47 604 1/24/2022
19.4.0.43 591 1/18/2022
19.4.0.42 422 1/10/2022
19.4.0.41 440 1/4/2022
19.4.0.40 444 12/28/2021
19.4.0.38 476 12/17/2021
19.3.0.59 466 12/14/2021
19.3.0.57 457 12/7/2021
19.3.0.56 983 11/29/2021
19.3.0.55 768 11/23/2021
19.3.0.54 438 11/17/2021
19.3.0.53 493 11/12/2021
19.3.0.48 487 11/3/2021
19.3.0.47 666 10/26/2021
19.3.0.46 510 10/19/2021
19.3.0.45 459 10/12/2021
19.3.0.44 552 10/5/2021
19.3.0.43 528 9/30/2021
19.2.0.62 542 9/13/2021
19.2.0.60 537 9/7/2021
19.2.0.59 539 8/30/2021
19.2.0.57 565 8/24/2021
19.2.0.56 527 8/17/2021
19.2.0.55 564 8/11/2021
19.2.0.51 557 8/2/2021
19.2.0.49 544 7/26/2021
19.2.0.48 505 7/19/2021
19.2.0.47 541 7/13/2021
19.2.0.46 777 7/6/2021
19.2.0.44 20,936 6/30/2021
19.1.0.69 556 6/14/2021
19.1.0.67 572 6/7/2021
19.1.0.66 547 5/31/2021
19.1.0.65 527 5/24/2021
19.1.0.64 524 5/19/2021
19.1.0.63 567 5/13/2021
19.1.0.59 542 5/3/2021
19.1.0.58 530 4/26/2021
19.1.0.57 574 4/20/2021
19.1.0.56 566 4/12/2021
19.1.0.55 528 4/6/2021
19.1.0.54 593 3/30/2021
18.4.0.49 603 3/22/2021
18.4.0.48 553 3/16/2021
18.4.0.47 851 3/9/2021
18.4.0.46 572 3/2/2021
18.4.0.44 544 2/23/2021
18.4.0.43 502 2/15/2021
18.4.0.42 568 2/9/2021
18.4.0.41 527 2/2/2021
18.4.0.39 569 1/28/2021
18.4.0.35 639 1/19/2021
18.4.0.34 596 1/12/2021
18.4.0.33 584 1/4/2021
18.4.0.32 564 12/30/2020
18.4.0.31 601 12/22/2020
18.4.0.30 718 12/17/2020
18.3.0.53 640 12/8/2020
18.3.0.52 624 11/30/2020
18.3.0.51 656 11/23/2020
18.3.0.50 594 11/17/2020
18.3.0.48 614 11/10/2020
18.3.0.47 659 11/5/2020
18.3.0.44 655 10/27/2020
18.3.0.42 688 10/20/2020
18.3.0.40 624 10/12/2020
18.3.0.38 659 10/7/2020
18.3.0.35 9,063 10/1/2020
18.2.0.59 636 9/22/2020
18.2.0.58 631 9/15/2020
18.2.0.57 670 9/8/2020
18.2.0.56 669 9/1/2020
18.2.0.55 664 8/25/2020
18.2.0.54 668 8/18/2020
18.2.0.48 709 8/4/2020
18.2.0.47 703 7/28/2020
18.2.0.46 671 7/21/2020
18.2.0.45 687 7/14/2020
18.2.0.44 704 7/6/2020
18.1.0.59 699 6/23/2020
18.1.0.57 712 6/15/2020
18.1.0.56 736 6/9/2020
18.1.0.55 693 6/2/2020
18.1.0.54 709 5/26/2020
18.1.0.53 771 5/19/2020
18.1.0.52 703 5/13/2020
18.1.0.48 721 5/5/2020
18.1.0.46 726 4/28/2020
18.1.0.45 693 4/21/2020
18.1.0.44 709 4/14/2020
18.1.0.43 732 4/7/2020
18.1.0.42 770 4/1/2020
18.1.0.36-beta 451 3/19/2020
17.4.0.55 831 3/10/2020
17.4.0.53 688 3/3/2020
17.4.0.51 720 2/25/2020
17.4.0.50 762 2/18/2020
17.4.0.49 719 2/11/2020
17.4.0.47 733 2/5/2020
17.4.0.46 746 1/30/2020
17.4.0.44 781 1/21/2020
17.4.0.43 755 1/14/2020
17.4.0.41 777 1/7/2020
17.4.0.40 714 12/24/2019
17.4.0.39 780 12/17/2019
17.3.0.34 772 12/10/2019
17.3.0.33 727 12/4/2019
17.3.0.30 750 12/3/2019
17.3.0.29 768 11/26/2019
17.3.0.28 743 11/18/2019
17.3.0.27 756 11/12/2019
17.3.0.26 745 11/5/2019
17.3.0.21 769 10/29/2019
17.3.0.19 749 10/22/2019
17.3.0.17 784 10/15/2019
17.3.0.14 764 10/3/2019
17.3.0.9-beta 482 9/20/2019
17.2.0.51 771 9/10/2019
17.2.0.49 756 9/3/2019
17.2.0.47 768 8/27/2019
17.2.0.46 821 8/22/2019
17.2.0.41 776 8/13/2019
17.2.0.40 786 8/6/2019
17.2.0.39 815 7/30/2019
17.2.0.36 766 7/23/2019
17.2.0.35 802 7/17/2019
17.2.0.34 820 7/11/2019
17.2.0.28-beta 511 6/27/2019
17.1.0.53 787 6/25/2019
17.1.0.52 799 6/18/2019
17.1.0.51 834 6/11/2019
17.1.0.50 806 6/4/2019
17.1.0.49 784 5/28/2019
17.1.0.48 819 5/21/2019
17.1.0.47 855 5/14/2019
17.1.0.44 806 5/7/2019
17.1.0.43 835 4/30/2019
17.1.0.42 905 4/23/2019
17.1.0.41 810 4/16/2019
17.1.0.40 818 4/9/2019
17.1.0.38 833 3/29/2019
17.1.0.32-beta 540 3/13/2019
16.4.0.54 951 2/19/2019
16.4.0.53 908 2/13/2019
16.4.0.52 1,410 2/5/2019
16.4.0.48 924 1/22/2019
16.4.0.47 980 1/16/2019
16.4.0.46 977 1/8/2019
16.4.0.44 959 12/24/2018
16.4.0.42 925 12/17/2018
16.4.0.40-beta 612 12/10/2018
16.3.0.36 999 11/27/2018
16.3.0.35-beta 667 11/23/2018
16.3.0.29 1,047 10/30/2018
16.3.0.21 1,028 9/21/2018
16.3.0.17-beta 686 9/12/2018
16.2.0.50 1,075 8/28/2018
16.2.0.46 1,196 8/8/2018