GemBox.Presentation 2025.10.103

Prefix Reserved
dotnet add package GemBox.Presentation --version 2025.10.103
                    
NuGet\Install-Package GemBox.Presentation -Version 2025.10.103
                    
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="2025.10.103" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GemBox.Presentation" Version="2025.10.103" />
                    
Directory.Packages.props
<PackageReference Include="GemBox.Presentation" />
                    
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 GemBox.Presentation --version 2025.10.103
                    
#r "nuget: GemBox.Presentation, 2025.10.103"
                    
#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 GemBox.Presentation@2025.10.103
                    
#: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=GemBox.Presentation&version=2025.10.103
                    
Install as a Cake Addin
#tool nuget:?package=GemBox.Presentation&version=2025.10.103
                    
Install as a Cake Tool

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.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 is compatible.  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 (2)

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

Package Downloads
GemBox.Bundle

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.

Verify.GemBox

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.10.103 576 10/2/2025
2025.9.106 5,602 9/4/2025
2025.8.115 2,558 8/14/2025
2025.7.101 3,820 7/2/2025
2025.6.105 5,433 6/14/2025
2025.5.102 8,632 5/7/2025
2025.4.104 8,674 4/4/2025
2025.3.110 26,194 3/11/2025
2025.2.104 8,428 2/14/2025
2025.1.103 4,553 1/24/2025
27.0.1148 8,994 12/5/2024
27.0.1115 14,451 11/4/2024
27.0.1101 115,192 10/8/2024
27.0.1093 14,818 9/5/2024
27.0.1079 21,038 8/13/2024
27.0.1058 9,312 7/5/2024
27.0.1031 3,992 6/7/2024
27.0.1000 10,251 5/7/2024
25.0.1682 13,587 4/6/2024
25.0.1656 10,832 3/4/2024
25.0.1647 3,163 2/13/2024
25.0.1627 6,148 1/15/2024
25.0.1610 567,013 12/8/2023
25.0.1592 20,827 11/16/2023
25.0.1567 12,615 10/21/2023
25.0.1526 20,642 9/5/2023
25.0.1504 3,903 8/4/2023
25.0.1491 6,275 7/7/2023
25.0.1481 4,237 6/12/2023
25.0.1458 9,259 5/10/2023
25.0.1441 2,960 4/5/2023
25.0.1420 5,685 3/10/2023
25.0.1398 5,882 2/3/2023
25.0.1384 6,036 1/3/2023
25.0.1367 8,750 12/14/2022
25.0.1346 5,095 11/9/2022
25.0.1324 1,941 10/12/2022
25.0.1315 17,831 9/6/2022
25.0.1296 3,668 8/12/2022
25.0.1287 30,736 7/21/2022
25.0.1269 11,189 6/10/2022
25.0.1260 3,573 5/16/2022
25.0.1251 5,269 4/21/2022
25.0.1232 27,556 3/9/2022
25.0.1217 20,274 2/1/2022
25.0.1195 17,998 1/5/2022
25.0.1184 1,964 12/6/2021
25.0.1172 5,215 11/8/2021
25.0.1158 3,096 10/1/2021
25.0.1148 2,655 8/26/2021
25.0.1137 5,528 7/14/2021
25.0.1129 5,015 6/17/2021
25.0.1097 2,400 4/20/2021
25.0.1081 2,862 3/9/2021
25.0.1057 4,134 2/9/2021
25.0.1039 2,231 1/18/2021
25.0.1018 20,651 12/3/2020
25.0.1013 4,782 11/9/2020
25.0.1004 2,274 10/16/2020
25.0.1000 4,796 9/16/2020
23.0.1078 3,418 9/14/2020
23.0.1072 1,787 8/6/2020
23.0.1057 10,527 5/22/2020
23.0.1044 11,871 4/10/2020
23.0.1038 108,607 3/17/2020
23.0.0.1030 261,310 1/14/2020
23.0.0.1026 2,289 11/22/2019
23.0.0.1024 2,073 11/6/2019
23.0.0.1023 1,823 9/27/2019
23.0.0.1022 1,590 9/20/2019
23.0.0.1019 6,758 8/8/2019
23.0.0.1010 3,288 6/7/2019
23.0.0.1006 8,123 5/7/2019
23.0.0.1000 8,180 3/28/2019
21.3.35.1059 1,780 9/20/2019
21.3.35.1056 2,696 5/6/2019
21.3.35.1053 3,734 2/4/2019
21.3.35.1051 2,588 1/3/2019
21.3.35.1049 1,997 11/8/2018
21.3.35.1047 3,059 10/1/2018
21.3.35.1045 4,669 7/16/2018
21.3.35.1041 2,581 5/4/2018
21.3.35.1038 2,374 4/4/2018
21.3.35.1032 3,947 1/22/2018
21.3.35.1026 2,291 11/13/2017
21.3.35.1025 2,264 9/12/2017
21.3.35.1024 2,154 8/16/2017
21.3.35.1020 2,252 6/2/2017
21.3.35.1017 2,173 4/18/2017
21.3.35.1011 2,308 4/5/2017
21.3.35.1009 2,152 3/27/2017
21.3.35.1000 2,294 3/1/2017
10.3.35.1006 2,125 2/28/2017
10.3.35.1004 2,134 1/21/2017
10.3.35.1000 2,268 11/30/2016

Fixed issue with paragraph spacing when loading HTML text.
Fixed issue with text wrapping in PDF writer.
Added cross-platform support for rendering SVG images.
Added SkiaSharp.NativeAssets.Linux and HarfBuzzSharp.NativeAssets.Linux dependencies.
Added support for ChartType.Radar.