GemBox.Presentation 25.0.1420

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.1420
NuGet\Install-Package GemBox.Presentation -Version 25.0.1420
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.1420" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GemBox.Presentation --version 25.0.1420
#r "nuget: GemBox.Presentation, 25.0.1420"
#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.1420

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

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 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 net6.0-windows7.0 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows net7.0-windows7.0
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
25.0.1420 376 3/10/2023
25.0.1398 2,369 2/3/2023
25.0.1384 2,150 1/3/2023
25.0.1367 3,405 12/14/2022
25.0.1346 1,701 11/9/2022
25.0.1324 867 10/12/2022
25.0.1315 5,493 9/6/2022
25.0.1296 1,777 8/12/2022
25.0.1287 6,251 7/21/2022
25.0.1269 2,860 6/10/2022
25.0.1260 1,506 5/16/2022
25.0.1251 3,135 4/21/2022
25.0.1232 18,931 3/9/2022
25.0.1217 10,982 2/1/2022
25.0.1195 7,255 1/5/2022
25.0.1184 1,049 12/6/2021
25.0.1172 4,317 11/8/2021
25.0.1158 1,496 10/1/2021
25.0.1148 1,363 8/26/2021
25.0.1137 3,207 7/14/2021
25.0.1129 2,927 6/17/2021
25.0.1097 1,334 4/20/2021
25.0.1081 1,884 3/9/2021
25.0.1057 912 2/9/2021
25.0.1039 877 1/18/2021
25.0.1018 5,270 12/3/2020
25.0.1013 2,903 11/9/2020
25.0.1004 1,114 10/16/2020
25.0.1000 1,735 9/16/2020
23.0.1078 1,118 9/14/2020
23.0.1072 852 8/6/2020
23.0.1057 7,388 5/22/2020
23.0.1044 4,842 4/10/2020
23.0.1038 30,306 3/17/2020
23.0.0.1030 114,987 1/14/2020
23.0.0.1026 1,344 11/22/2019
23.0.0.1024 831 11/6/2019
23.0.0.1023 886 9/27/2019
23.0.0.1022 620 9/20/2019
23.0.0.1019 5,730 8/8/2019
23.0.0.1010 2,326 6/7/2019
23.0.0.1006 7,185 5/7/2019
23.0.0.1000 6,929 3/28/2019
21.3.35.1059 754 9/20/2019
21.3.35.1056 1,170 5/6/2019
21.3.35.1053 2,707 2/4/2019
21.3.35.1051 1,415 1/3/2019
21.3.35.1049 980 11/8/2018
21.3.35.1047 2,013 10/1/2018
21.3.35.1045 2,742 7/16/2018
21.3.35.1041 1,332 5/4/2018
21.3.35.1038 1,127 4/4/2018
21.3.35.1032 2,696 1/22/2018
21.3.35.1026 1,154 11/13/2017
21.3.35.1025 1,093 9/12/2017
21.3.35.1024 1,015 8/16/2017
21.3.35.1020 1,081 6/2/2017
21.3.35.1017 1,043 4/18/2017
21.3.35.1011 1,145 4/5/2017
21.3.35.1009 1,010 3/27/2017
21.3.35.1000 1,116 3/1/2017
10.3.35.1006 981 2/28/2017
10.3.35.1004 1,014 1/21/2017
10.3.35.1000 1,046 11/30/2016

- Fixed issue with private memory fonts in Medium Trust.
- Fixed issue with font resolution on Blazor WASM in PDF writer.