GemBox.Presentation 25.0.1458

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

// Install GemBox.Presentation as a Cake Tool
#tool nuget:?package=GemBox.Presentation&version=25.0.1458

What is GemBox.Presentation?

GemBox.Presentation is a .NET component that enables you to read, write, convert, and print presentation files (PPTX, PPT, and PPSX) from .NET applications.

With GemBox.Presentation you get a fast and reliable component that’s easy to use and doesn't depend on Microsoft PowerPoint. It requires only .NET and it’s much faster than Microsoft Office Automation!

GemBox.Presentation Features

Get Started

You are not sure how to start working with PowerPoint presentations in .NET using GemBox.Presentation? Check the code below that shows how to create a PPTX file from scratch and write 'Hello World!' on it.

// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

// Create new empty presentation.
var presentation = new PresentationDocument();

// Add a new custom slide.
var slide = presentation.Slides.AddNew(SlideLayoutType.Custom);

// Add a rectangle and fill it with dark blue color.
var shape = slide.Content.AddShape(
    ShapeGeometryType.RoundedRectangle, 2, 2, 8, 4, LengthUnit.Centimeter);
shape.Format.Fill.SetSolid(Color.FromName(ColorName.DarkBlue));

// Add a paragraph and some text, and set text color to white.
var run = shape.Text.AddParagraph().AddRun("Hello World!");
run.Format.Fill.SetSolid(Color.FromName(ColorName.White));

// Save the presentation as PowerPoint's PPTX file.
presentation.Save("Writing.pptx");

For more GemBox.Presentation code examples and demos, please visit our examples page.

Resources

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.  net6.0-windows7.0 is compatible.  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.  net7.0-windows7.0 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 net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
GemBox.Bundle The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

GemBox.Bundle is a package of .NET components for processing spreadsheets, documents, presentations, email messages, and images (XLSX, DOCX, PPTX, PDF, MSG, and PNG) from .NET applications. With GemBox.Bundle you get fast and reliable components that are easy to use and don't depend on Microsoft Office or Adobe Acrobat. They require only .NET so you can deploy your applications without having to think about other licenses.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.0.1458 696 5/10/2023
25.0.1441 714 4/5/2023
25.0.1420 2,194 3/10/2023
25.0.1398 3,228 2/3/2023
25.0.1384 2,571 1/3/2023
25.0.1367 4,056 12/14/2022
25.0.1346 2,040 11/9/2022
25.0.1324 980 10/12/2022
25.0.1315 7,270 9/6/2022
25.0.1296 1,907 8/12/2022
25.0.1287 8,737 7/21/2022
25.0.1269 3,317 6/10/2022
25.0.1260 1,708 5/16/2022
25.0.1251 3,539 4/21/2022
25.0.1232 19,463 3/9/2022
25.0.1217 11,793 2/1/2022
25.0.1195 8,106 1/5/2022
25.0.1184 1,130 12/6/2021
25.0.1172 4,357 11/8/2021
25.0.1158 1,635 10/1/2021
25.0.1148 1,485 8/26/2021
25.0.1137 3,355 7/14/2021
25.0.1129 2,990 6/17/2021
25.0.1097 1,416 4/20/2021
25.0.1081 1,935 3/9/2021
25.0.1057 1,046 2/9/2021
25.0.1039 956 1/18/2021
25.0.1018 6,136 12/3/2020
25.0.1013 3,024 11/9/2020
25.0.1004 1,211 10/16/2020
25.0.1000 1,890 9/16/2020
23.0.1078 1,255 9/14/2020
23.0.1072 946 8/6/2020
23.0.1057 7,612 5/22/2020
23.0.1044 5,174 4/10/2020
23.0.1038 45,065 3/17/2020
23.0.0.1030 161,813 1/14/2020
23.0.0.1026 1,394 11/22/2019
23.0.0.1024 912 11/6/2019
23.0.0.1023 959 9/27/2019
23.0.0.1022 698 9/20/2019
23.0.0.1019 5,835 8/8/2019
23.0.0.1010 2,387 6/7/2019
23.0.0.1006 7,256 5/7/2019
23.0.0.1000 7,055 3/28/2019
21.3.35.1059 824 9/20/2019
21.3.35.1056 1,230 5/6/2019
21.3.35.1053 2,776 2/4/2019
21.3.35.1051 1,480 1/3/2019
21.3.35.1049 1,054 11/8/2018
21.3.35.1047 2,095 10/1/2018
21.3.35.1045 2,810 7/16/2018
21.3.35.1041 1,420 5/4/2018
21.3.35.1038 1,218 4/4/2018
21.3.35.1032 2,763 1/22/2018
21.3.35.1026 1,225 11/13/2017
21.3.35.1025 1,169 9/12/2017
21.3.35.1024 1,098 8/16/2017
21.3.35.1020 1,168 6/2/2017
21.3.35.1017 1,113 4/18/2017
21.3.35.1011 1,226 4/5/2017
21.3.35.1009 1,086 3/27/2017
21.3.35.1000 1,212 3/1/2017
10.3.35.1006 1,071 2/28/2017
10.3.35.1004 1,072 1/21/2017
10.3.35.1000 1,113 11/30/2016

Fixed issue with whitespace on line ending in PDF writer.
Fixed issue with combo charts in PPTX writer.
Fixed issue with VBA macros in PPTM writer.