GemBox.Presentation
25.0.1384
See the version list below for details.
dotnet add package GemBox.Presentation --version 25.0.1384
NuGet\Install-Package GemBox.Presentation -Version 25.0.1384
<PackageReference Include="GemBox.Presentation" Version="25.0.1384" />
paket add GemBox.Presentation --version 25.0.1384
#r "nuget: GemBox.Presentation, 25.0.1384"
// Install GemBox.Presentation as a Cake Addin
#addin nuget:?package=GemBox.Presentation&version=25.0.1384
// Install GemBox.Presentation as a Cake Tool
#tool nuget:?package=GemBox.Presentation&version=25.0.1384
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
- Read PowerPoint (PPTX) and PowerPoint 97-2003 (PPT) presentations.
- Write/create and convert to PPTX, PDF, PDF/A, XPS, and image formats.
- View presentations in WPF applications.
- Print presentations.
- Encrypt PPTX presentations. Encrypt and digitally sign PDF presentations.
- Get, create, or edit master slides, layout slides, individual slides, master notes slide, and notes slides.
- Get, create, or edit drawings like text boxes, connectors, pictures, tables, charts, and media (audio and video).
- Get, create, or edit the text in shapes and table cells specified through paragraphs, runs, fields, and line breaks.
- Get, create, or edit hyperlinks, comments, placeholders, headers, and footers.
- Get, create, or edit shapes, table, text box, paragraph, and character formatting.
- Get, create, or edit table styles.
- Get and set built-in and custom presentation properties.
- Access or modify slide size, slide transition, and slide show settings.
- Preserve unsupported presentation content elements and properties when reading a presentation.
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 |
-
.NETFramework 3.5
- BouncyCastle (>= 1.8.9)
-
.NETStandard 2.0
- HarfBuzzSharp (>= 2.8.2)
- Portable.BouncyCastle (>= 1.8.9)
- SkiaSharp (>= 2.80.3)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net6.0-windows7.0
- HarfBuzzSharp (>= 2.8.2)
- Portable.BouncyCastle (>= 1.8.9)
- SkiaSharp (>= 2.80.3)
- System.Drawing.Common (>= 5.0.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
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 | 215 | 3/10/2023 |
25.0.1398 | 1,710 | 2/3/2023 |
25.0.1384 | 1,922 | 1/3/2023 |
25.0.1367 | 3,291 | 12/14/2022 |
25.0.1346 | 1,679 | 11/9/2022 |
25.0.1324 | 851 | 10/12/2022 |
25.0.1315 | 5,143 | 9/6/2022 |
25.0.1296 | 1,756 | 8/12/2022 |
25.0.1287 | 5,833 | 7/21/2022 |
25.0.1269 | 2,795 | 6/10/2022 |
25.0.1260 | 1,466 | 5/16/2022 |
25.0.1251 | 2,942 | 4/21/2022 |
25.0.1232 | 18,826 | 3/9/2022 |
25.0.1217 | 10,844 | 2/1/2022 |
25.0.1195 | 7,037 | 1/5/2022 |
25.0.1184 | 1,041 | 12/6/2021 |
25.0.1172 | 4,307 | 11/8/2021 |
25.0.1158 | 1,459 | 10/1/2021 |
25.0.1148 | 1,350 | 8/26/2021 |
25.0.1137 | 3,161 | 7/14/2021 |
25.0.1129 | 2,916 | 6/17/2021 |
25.0.1097 | 1,324 | 4/20/2021 |
25.0.1081 | 1,872 | 3/9/2021 |
25.0.1057 | 885 | 2/9/2021 |
25.0.1039 | 869 | 1/18/2021 |
25.0.1018 | 5,050 | 12/3/2020 |
25.0.1013 | 2,878 | 11/9/2020 |
25.0.1004 | 1,080 | 10/16/2020 |
25.0.1000 | 1,709 | 9/16/2020 |
23.0.1078 | 1,107 | 9/14/2020 |
23.0.1072 | 841 | 8/6/2020 |
23.0.1057 | 7,337 | 5/22/2020 |
23.0.1044 | 4,784 | 4/10/2020 |
23.0.1038 | 28,269 | 3/17/2020 |
23.0.0.1030 | 105,815 | 1/14/2020 |
23.0.0.1026 | 1,332 | 11/22/2019 |
23.0.0.1024 | 819 | 11/6/2019 |
23.0.0.1023 | 876 | 9/27/2019 |
23.0.0.1022 | 609 | 9/20/2019 |
23.0.0.1019 | 5,718 | 8/8/2019 |
23.0.0.1010 | 2,312 | 6/7/2019 |
23.0.0.1006 | 7,173 | 5/7/2019 |
23.0.0.1000 | 6,892 | 3/28/2019 |
21.3.35.1059 | 738 | 9/20/2019 |
21.3.35.1056 | 1,154 | 5/6/2019 |
21.3.35.1053 | 2,696 | 2/4/2019 |
21.3.35.1051 | 1,402 | 1/3/2019 |
21.3.35.1049 | 962 | 11/8/2018 |
21.3.35.1047 | 1,994 | 10/1/2018 |
21.3.35.1045 | 2,724 | 7/16/2018 |
21.3.35.1041 | 1,316 | 5/4/2018 |
21.3.35.1038 | 1,110 | 4/4/2018 |
21.3.35.1032 | 2,682 | 1/22/2018 |
21.3.35.1026 | 1,140 | 11/13/2017 |
21.3.35.1025 | 1,079 | 9/12/2017 |
21.3.35.1024 | 1,001 | 8/16/2017 |
21.3.35.1020 | 1,064 | 6/2/2017 |
21.3.35.1017 | 1,026 | 4/18/2017 |
21.3.35.1011 | 1,129 | 4/5/2017 |
21.3.35.1009 | 992 | 3/27/2017 |
21.3.35.1000 | 1,101 | 3/1/2017 |
10.3.35.1006 | 966 | 2/28/2017 |
10.3.35.1004 | 1,001 | 1/21/2017 |
10.3.35.1000 | 1,034 | 11/30/2016 |
- Fixed issue with loading font files on machine with corrupted registry.
- Fixed issue with DateTime values on .NET 7.
- Added support for PresentationDocument.VbaProject.