Syncfusion.Xamarin.Presentation 25.2.5

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

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

Syncfusion Xamarin PowerPoint library

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

Xamarin PowerPoint library

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting Started

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

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

//Namespaces 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");
	
	//Creates an instance of memory stream.
	using (MemoryStream stream = new MemoryStream())
	{
	  //Saves the Presentation to stream.
	  pptxDoc.Save(stream);
	}
}

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, 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.
.NET net5.0 was computed.  net5.0-windows was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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.Xamarin.Presentation:

Package Downloads
Syncfusion.Xamarin.PresentationRenderer 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 Xamarin PowerPoint Slide to PDF/Image converter and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Xamarin.Presentation:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Version Downloads Last updated
26.1.35 66 6/11/2024
25.2.7 110 6/3/2024
25.2.6 108 5/28/2024
25.2.5 110 5/21/2024
25.2.4 91 5/14/2024
25.2.3 139 5/8/2024
25.1.42 128 4/29/2024
25.1.41 121 4/23/2024
25.1.40 124 4/15/2024
25.1.39 108 4/8/2024
25.1.38 145 4/1/2024
25.1.37 104 3/26/2024
25.1.35 150 3/15/2024
24.2.9 143 3/4/2024
24.2.8 136 2/26/2024
24.2.7 122 2/19/2024
24.2.6 115 2/14/2024
24.2.5 113 2/12/2024
24.2.4 116 2/5/2024
24.2.3 128 1/31/2024
24.1.47 117 1/22/2024
24.1.46 126 1/16/2024
24.1.45 137 1/8/2024
24.1.44 120 1/2/2024
24.1.43 103 12/27/2023
24.1.41 166 12/18/2023
23.2.7 193 12/6/2023
23.2.6 157 11/28/2023
23.2.5 146 11/23/2023
23.2.4 155 11/20/2023
23.1.44 167 11/6/2023
23.1.43 150 10/30/2023
23.1.42 154 10/23/2023
23.1.41 159 10/16/2023
23.1.40 172 10/10/2023
23.1.39 175 10/4/2023
23.1.38 526 9/26/2023
23.1.36 186 9/15/2023
22.2.12 198 9/5/2023
22.2.11 216 8/28/2023
22.2.10 191 8/22/2023
22.2.9 196 8/14/2023
22.2.8 191 8/7/2023
22.2.7 188 8/2/2023
22.2.5 248 7/27/2023
22.1.39 237 7/18/2023
22.1.38 191 7/11/2023
22.1.37 225 7/3/2023
22.1.36 210 6/28/2023
22.1.34 194 6/21/2023
21.2.10 255 6/13/2023
21.2.9 219 6/6/2023
21.2.8 266 5/30/2023
21.2.6 252 5/22/2023
21.2.5 301 5/15/2023
21.2.4 284 5/9/2023
21.2.3 305 5/3/2023
21.1.41 324 4/19/2023
21.1.39 374 4/10/2023
21.1.38 383 4/3/2023
21.1.37 372 3/29/2023
21.1.35 516 3/23/2023
20.4.0.54 478 3/13/2023
20.4.0.53 440 3/7/2023
20.4.0.52 458 2/28/2023
20.4.0.51 496 2/21/2023
20.4.0.50 491 2/14/2023
20.4.0.49 2,497 2/7/2023
20.4.0.48 577 2/1/2023
20.4.0.44 577 1/18/2023
20.4.0.43 587 1/10/2023
20.4.0.42 636 1/4/2023
20.4.0.41 562 12/29/2022
20.4.0.40 547 12/28/2022
20.4.0.38 590 12/21/2022
20.3.0.61 590 12/12/2022
20.3.0.60 611 12/6/2022
20.3.0.59 739 11/29/2022
20.3.0.58 644 11/22/2022
20.3.0.57 661 11/15/2022
20.3.0.56 698 11/8/2022
20.3.0.52 737 10/27/2022
20.3.0.50 759 10/18/2022
20.3.0.49 812 10/11/2022
20.3.0.48 741 10/5/2022
20.3.0.47 861 9/29/2022
20.2.0.50 824 9/20/2022
20.2.0.49 852 9/13/2022
20.2.0.48 860 9/6/2022
20.2.0.46 842 8/30/2022
20.2.0.45 847 8/23/2022
20.2.0.44 842 8/16/2022
20.2.0.43 905 8/8/2022
20.2.0.40 869 7/26/2022
20.2.0.39 861 7/19/2022
20.2.0.38 837 7/12/2022
20.2.0.36 918 6/30/2022
20.1.0.61 869 6/20/2022
20.1.0.60 835 6/14/2022
20.1.0.59 869 6/7/2022
20.1.0.58 893 5/31/2022
20.1.0.57 2,467 5/24/2022
20.1.0.56 916 5/17/2022
20.1.0.55 920 5/12/2022
20.1.0.52 908 5/3/2022
20.1.0.51 932 4/26/2022
20.1.0.50 1,168 4/19/2022
20.1.0.48 853 4/12/2022
20.1.0.47 929 4/4/2022
19.4.0.56 1,111 3/15/2022
19.4.0.55 1,001 3/8/2022
19.4.0.54 1,016 2/28/2022
19.4.0.53 992 2/22/2022
19.4.0.52 1,034 2/15/2022
19.4.0.50 1,050 2/8/2022
19.4.0.48 3,467 1/31/2022
19.4.0.47 978 1/25/2022
19.4.0.43 1,004 1/18/2022
19.4.0.42 848 1/11/2022
19.4.0.41 613 1/4/2022
19.4.0.40 651 12/28/2021
19.4.0.38 692 12/17/2021
19.3.0.59 634 12/14/2021
19.3.0.57 662 12/7/2021
19.3.0.56 1,379 11/29/2021
19.3.0.55 740 11/23/2021
19.3.0.54 667 11/17/2021
19.3.0.53 687 11/12/2021
19.3.0.48 726 11/3/2021
19.3.0.47 716 10/26/2021
19.3.0.46 721 10/19/2021
19.3.0.45 725 10/12/2021
19.3.0.44 722 10/5/2021
19.3.0.43 812 9/30/2021
19.2.0.62 737 9/13/2021
19.2.0.60 701 9/7/2021
19.2.0.59 735 8/30/2021
19.2.0.57 750 8/24/2021
19.2.0.56 758 8/17/2021
19.2.0.55 802 8/11/2021
19.2.0.51 1,416 8/2/2021
19.2.0.49 739 7/26/2021
19.2.0.48 727 7/19/2021
19.2.0.47 760 7/13/2021
19.2.0.46 762 7/6/2021
19.2.0.44 1,438 6/30/2021
19.1.0.69 1,361 6/14/2021
19.1.0.67 786 6/7/2021
19.1.0.66 751 5/31/2021
19.1.0.65 735 5/24/2021
19.1.0.64 929 5/19/2021
19.1.0.63 841 5/13/2021
19.1.0.59 750 5/3/2021
19.1.0.58 749 4/26/2021
19.1.0.57 767 4/20/2021
19.1.0.56 765 4/13/2021
19.1.0.55 806 4/6/2021
19.1.0.54 1,274 3/30/2021
18.4.0.49 777 3/22/2021
18.4.0.48 709 3/16/2021
18.4.0.47 762 3/9/2021
18.4.0.46 728 3/2/2021
18.4.0.44 812 2/23/2021
18.4.0.43 824 2/15/2021
18.4.0.42 794 2/9/2021
18.4.0.41 43,514 2/2/2021
18.4.0.39 952 1/28/2021
18.4.0.35 761 1/19/2021
18.4.0.34 725 1/12/2021
18.4.0.33 818 1/4/2021
18.4.0.32 797 12/30/2020
18.4.0.31 747 12/22/2020
18.4.0.30 954 12/17/2020
18.3.0.53 879 12/8/2020
18.3.0.52 4,251 11/30/2020
18.3.0.51 825 11/23/2020
18.3.0.50 828 11/17/2020
18.3.0.48 898 11/10/2020
18.3.0.47 1,169 11/5/2020
18.3.0.44 1,016 10/27/2020
18.3.0.42 885 10/20/2020
18.3.0.40 1,109 10/12/2020
18.3.0.38 914 10/7/2020
18.3.0.35 931 10/1/2020
18.2.0.59 839 9/22/2020
18.2.0.58 873 9/15/2020
18.2.0.57 783 9/8/2020
18.2.0.56 804 9/1/2020
18.2.0.55 859 8/25/2020
18.2.0.54 897 8/18/2020
18.2.0.48 1,038 8/4/2020
18.2.0.47 916 7/28/2020
18.2.0.46 926 7/21/2020
18.2.0.45 867 7/14/2020
18.2.0.44 1,153 7/6/2020
18.1.0.59 926 6/23/2020
18.1.0.57 867 6/16/2020
18.1.0.56 901 6/9/2020
18.1.0.55 864 6/2/2020
18.1.0.54 885 5/27/2020
18.1.0.53 901 5/19/2020
18.1.0.52 1,139 5/13/2020
18.1.0.48 930 5/5/2020
18.1.0.46 920 4/28/2020
18.1.0.45 934 4/21/2020
18.1.0.44 952 4/14/2020
18.1.0.43 984 4/7/2020
18.1.0.42 1,161 4/1/2020
18.1.0.36-beta 498 3/19/2020
17.4.0.55 1,373 3/10/2020
17.4.0.53 1,074 3/3/2020
17.4.0.51 2,175 2/25/2020
17.4.0.50 970 2/18/2020
17.4.0.49 938 2/11/2020
17.4.0.47 899 2/5/2020
17.4.0.46 889 1/30/2020
17.4.0.44 1,012 1/21/2020
17.4.0.43 931 1/14/2020
17.4.0.41 927 1/7/2020
17.4.0.40 980 12/24/2019
17.4.0.39 1,340 12/17/2019
17.3.0.34 951 12/10/2019
17.3.0.33 931 12/4/2019
17.3.0.30 969 12/3/2019
17.3.0.29 998 11/26/2019
17.3.0.28 949 11/19/2019
17.3.0.27 939 11/12/2019
17.3.0.26 970 11/5/2019
17.3.0.21 988 10/29/2019
17.3.0.19 1,002 10/22/2019
17.3.0.17 996 10/15/2019
17.3.0.14 1,280 10/3/2019
17.3.0.9-beta 564 9/20/2019
17.2.0.51 1,146 9/10/2019
17.2.0.49 993 9/3/2019
17.2.0.47 1,006 8/27/2019
17.2.0.46 1,151 8/22/2019
17.2.0.41 1,004 8/13/2019
17.2.0.40 1,090 8/6/2019
17.2.0.39 1,052 7/30/2019
17.2.0.36 1,045 7/23/2019
17.2.0.35 1,004 7/17/2019
17.2.0.34 1,228 7/11/2019
17.2.0.28-beta 557 6/27/2019
17.1.0.53 1,079 6/25/2019
17.1.0.52 1,007 6/18/2019
17.1.0.51 1,014 6/11/2019
17.1.0.50 1,019 6/4/2019
17.1.0.49 1,050 5/28/2019
17.1.0.48 1,061 5/21/2019
17.1.0.47 1,235 5/14/2019
17.1.0.44 1,794 5/7/2019
17.1.0.43 1,030 4/30/2019
17.1.0.42 1,134 4/23/2019
17.1.0.41 1,216 4/16/2019
17.1.0.40 1,077 4/9/2019
17.1.0.38 1,256 3/29/2019
17.1.0.32-beta 802 3/13/2019
16.4.0.54 1,161 2/19/2019
16.4.0.53 963 2/13/2019
16.4.0.52 1,301 2/5/2019
16.4.0.48 991 1/22/2019
16.4.0.47 903 1/16/2019
16.4.0.46 1,170 1/8/2019
16.4.0.44 937 12/24/2018
16.4.0.42 1,314 12/17/2018
16.4.0.40-beta 564 12/10/2018
16.3.0.36 914 11/27/2018
16.3.0.35-beta 592 11/23/2018
16.3.0.29 1,175 10/30/2018
16.3.0.21 1,172 9/21/2018
16.3.0.17-beta 639 9/12/2018
16.2.0.50 940 8/28/2018
16.2.0.46 1,016 8/6/2018
16.2.0.42 1,815 6/29/2018
16.2.0.41 1,131 6/25/2018
16.1.0.37 1,375 4/25/2018
16.1.0.32 1,158 3/29/2018
16.1.0.26 1,076 3/7/2018
16.1.0.24 1,126 2/22/2018
15.4.0.20 1,219 12/28/2017
15.4.0.17 1,380 12/11/2017