Syncfusion.Presentation.Net.Core 20.4.0.54

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 1.2
dotnet add package Syncfusion.Presentation.Net.Core --version 20.4.0.54
NuGet\Install-Package Syncfusion.Presentation.Net.Core -Version 20.4.0.54
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.Net.Core" Version="20.4.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Presentation.Net.Core --version 20.4.0.54
#r "nuget: Syncfusion.Presentation.Net.Core, 20.4.0.54"
#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.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.Presentation.Net.Core&version=20.4.0.54

// Install Syncfusion.Presentation.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.Presentation.Net.Core&version=20.4.0.54

Syncfusion ASP.NET Core PowerPoint library

The Syncfusion .NET Core 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.

ASP.NET Core 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.Presentation.Net.Core 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 (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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wpa81
Windows Store netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Syncfusion.Presentation.Net.Core:

Package Downloads
Syncfusion.PresentationRenderer.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion PowerPoint library is feature-rich and high-performance .NET PowerPoint library that allows you to create, manipulate and convert PowerPoint documents (PPTX, PPTM, POTX and POTM).

BoldReports.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Bold Reports by Syncfusion ASP.NET Core is a server-side helper package to build ASP.NET Core Web API service that is used for Report Viewer and Report Designer controls with ASP.NET Core, Angular, and JavaScript platforms. Syncfusion Report Viewer and Report Designer controls can be integrated with ASP.NET Core platforms through this helper. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-core-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 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

Verify.Syncfusion The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via Syncfusion.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
20.4.0.54 405 3/13/2023
20.4.0.53 820 3/7/2023
20.4.0.52 1,189 2/28/2023
20.4.0.51 861 2/21/2023
20.4.0.50 370 2/14/2023
20.4.0.49 670 2/7/2023
20.4.0.48 2,348 2/1/2023
20.4.0.44 1,341 1/18/2023
20.4.0.43 1,498 1/10/2023
20.4.0.42 1,306 1/4/2023
20.4.0.41 321 12/29/2022
20.4.0.40 290 12/28/2022
20.4.0.38 3,288 12/21/2022
20.3.0.61 2,144 12/13/2022
20.3.0.60 1,424 12/6/2022
20.3.0.59 958 11/29/2022
20.3.0.58 654 11/22/2022
20.3.0.57 790 11/15/2022
20.3.0.56 1,191 11/8/2022
20.3.0.52 1,795 10/27/2022
20.3.0.50 2,705 10/18/2022
20.3.0.49 812 10/11/2022
20.3.0.48 3,105 10/5/2022
20.3.0.47 10,962 9/29/2022
20.2.0.50 1,542 9/20/2022
20.2.0.49 460 9/13/2022
20.2.0.48 529 9/6/2022
20.2.0.46 964 8/30/2022
20.2.0.45 5,191 8/23/2022
20.2.0.44 1,143 8/16/2022
20.2.0.43 1,834 8/8/2022
20.2.0.40 3,818 7/26/2022
20.2.0.39 1,581 7/19/2022
20.2.0.38 2,488 7/12/2022
20.2.0.36 51,110 6/30/2022
20.1.0.61 2,818 6/21/2022
20.1.0.60 1,754 6/14/2022
20.1.0.59 1,381 6/7/2022
20.1.0.58 2,725 5/31/2022
20.1.0.57 1,126 5/24/2022
20.1.0.56 793 5/17/2022
20.1.0.55 3,877 5/12/2022
20.1.0.52 1,582 5/3/2022
20.1.0.51 3,750 4/26/2022
20.1.0.50 797 4/19/2022
20.1.0.48 1,629 4/12/2022
20.1.0.47 5,589 4/4/2022
19.4.0.56 9,528 3/15/2022
19.4.0.55 2,083 3/8/2022
19.4.0.54 961 3/1/2022
19.4.0.53 5,044 2/22/2022
19.4.0.52 2,224 2/15/2022
19.4.0.50 1,130 2/8/2022
19.4.0.48 4,126 1/31/2022
19.4.0.47 1,700 1/25/2022
19.4.0.43 1,796 1/18/2022
19.4.0.42 895 1/11/2022
19.4.0.41 26,476 1/4/2022
19.4.0.40 901 12/28/2021
19.4.0.38 4,263 12/17/2021
19.3.0.59 929 12/14/2021
19.3.0.57 1,122 12/7/2021
19.3.0.56 884 11/30/2021
19.3.0.55 992 11/23/2021
19.3.0.54 1,053 11/17/2021
19.3.0.53 3,357 11/12/2021
19.3.0.48 1,391 11/3/2021
19.3.0.47 4,871 10/26/2021
19.3.0.46 1,745 10/19/2021
19.3.0.45 8,971 10/12/2021
19.3.0.44 1,479 10/5/2021
19.3.0.43 4,406 9/30/2021
19.2.0.62 2,238 9/14/2021
19.2.0.60 3,225 9/7/2021
19.2.0.59 859 8/31/2021
19.2.0.57 1,327 8/24/2021
19.2.0.56 867 8/17/2021
19.2.0.55 2,339 8/11/2021
19.2.0.51 1,941 8/2/2021
19.2.0.49 798 7/27/2021
19.2.0.48 710 7/20/2021
19.2.0.47 796 7/13/2021
19.2.0.46 704 7/6/2021
19.2.0.44 82,754 6/30/2021
19.1.0.69 2,283 6/15/2021
19.1.0.67 91,811 6/8/2021
19.1.0.66 690 6/1/2021
19.1.0.65 1,022 5/25/2021
19.1.0.64 600 5/19/2021
19.1.0.63 1,601 5/13/2021
19.1.0.59 798 5/4/2021
19.1.0.58 744 4/27/2021
19.1.0.57 984 4/20/2021
19.1.0.56 640 4/13/2021
19.1.0.55 658 4/6/2021
19.1.0.54 36,240 3/30/2021
18.4.0.49 834 3/23/2021
18.4.0.48 5,103 3/16/2021
18.4.0.47 3,130 3/9/2021
18.4.0.46 1,685 3/2/2021
18.4.0.44 721 2/23/2021
18.4.0.43 1,695 2/16/2021
18.4.0.42 1,031 2/9/2021
18.4.0.41 935 2/2/2021
18.4.0.39 2,514 1/28/2021
18.4.0.35 6,190 1/19/2021
18.4.0.34 817 1/12/2021
18.4.0.33 2,765 1/5/2021
18.4.0.32 1,652 12/30/2020
18.4.0.31 2,471 12/22/2020
18.4.0.30 9,860 12/17/2020
18.3.0.53 1,572 12/8/2020
18.3.0.52 8,727 11/30/2020
18.3.0.51 695 11/23/2020
18.3.0.50 7,955 11/17/2020
18.3.0.48 867 11/11/2020
18.3.0.47 1,561 11/5/2020
18.3.0.44 1,134 10/27/2020
18.3.0.42 968 10/20/2020
18.3.0.40 2,383 10/12/2020
18.3.0.38 1,016 10/7/2020
18.3.0.35 27,798 10/1/2020
18.2.0.59 1,675 9/22/2020
18.2.0.58 1,354 9/15/2020
18.2.0.57 27,111 9/8/2020
18.2.0.56 1,843 9/1/2020
18.2.0.55 781 8/25/2020
18.2.0.54 1,081 8/18/2020
18.2.0.48 1,782 8/4/2020
18.2.0.47 1,300 7/28/2020
18.2.0.46 1,032 7/21/2020
18.2.0.45 2,259 7/14/2020
18.2.0.44 5,141 7/7/2020
18.1.0.59 1,028 6/23/2020
18.1.0.57 958 6/16/2020
18.1.0.56 1,273 6/9/2020
18.1.0.55 776 6/2/2020
18.1.0.54 834 5/27/2020
18.1.0.53 1,297 5/19/2020
18.1.0.52 2,678 5/13/2020
18.1.0.48 737 5/5/2020
18.1.0.46 887 4/28/2020
18.1.0.45 784 4/21/2020
18.1.0.44 802 4/14/2020
18.1.0.43 1,396 4/7/2020
18.1.0.42 5,038 4/1/2020
18.1.0.36-beta 1,597 3/19/2020
17.4.0.55 1,271 3/10/2020
17.4.0.53 786 3/3/2020
17.4.0.51 786 2/25/2020
17.4.0.50 676 2/18/2020
17.4.0.49 1,746 2/11/2020
17.4.0.47 3,740 2/5/2020
17.4.0.46 1,737 1/30/2020
17.4.0.44 4,257 1/21/2020
17.4.0.43 1,214 1/14/2020
17.4.0.41 772 1/7/2020
17.4.0.40 898 12/24/2019
17.4.0.39 33,708 12/17/2019
17.3.0.34 1,028 12/10/2019
17.3.0.33 806 12/4/2019
17.3.0.30 710 12/3/2019
17.3.0.29 1,188 11/26/2019
17.3.0.28 858 11/19/2019
17.3.0.27 888 11/25/2019
17.3.0.26 1,934 11/5/2019
17.3.0.21 844 10/29/2019
17.3.0.19 750 10/22/2019
17.3.0.17 1,010 10/15/2019
17.3.0.14 4,337 10/3/2019
17.3.0.9-beta 76,065 9/20/2019
17.2.0.51 2,676 9/10/2019
17.2.0.49 805 9/3/2019
17.2.0.47 825 8/27/2019
17.2.0.46 2,137 8/22/2019
17.2.0.41 893 8/13/2019
17.2.0.40 782 8/6/2019
17.2.0.39 866 7/30/2019
17.2.0.36 775 7/23/2019
17.2.0.35 744 7/17/2019
17.2.0.34 3,165 7/11/2019
17.2.0.28-beta 727 6/27/2019
17.1.0.53 1,186 6/25/2019
17.1.0.52 784 6/18/2019
17.1.0.51 786 6/11/2019
17.1.0.50 804 6/4/2019
17.1.0.49 810 5/28/2019
17.1.0.48 734 5/21/2019
17.1.0.47 838 5/14/2019
17.1.0.44 4,602 5/7/2019
17.1.0.43 1,005 4/30/2019
17.1.0.42 837 4/23/2019
17.1.0.41 769 4/16/2019
17.1.0.40 841 4/9/2019
17.1.0.38 1,388 3/29/2019
17.1.0.32-beta 561 3/13/2019
16.4.0.54 1,501 2/19/2019
16.4.0.53 1,461 2/13/2019
16.4.0.52 1,504 2/5/2019
16.4.0.48 698 1/22/2019
16.4.0.47 692 1/16/2019
16.4.0.46 729 1/8/2019
16.4.0.44 678 12/24/2018
16.4.0.42 1,247 12/17/2018
16.4.0.40-beta 597 12/10/2018
16.3.0.36 741 11/27/2018
16.3.0.35-beta 502 11/23/2018
16.3.0.29 1,579 10/30/2018
16.3.0.21 2,645 9/21/2018