IronPPT 2025.11.2

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

Nuget Installs Passed windows macOS linux docker aws microsoftazure livechat

IronPPT - The C# PowerPoint Library

Effortlessly create, read, and edit PowerPoint presentations in your .NET applications

IronPPT NuGet Trial Banner Image

IronPPT is a comprehensive C# library designed for developers to programmatically generate and manipulate PowerPoint (.pptx) files. With a user-friendly API, you can automate slide creation, add text, images, shapes, and multimedia, and integrate PowerPoint functionality seamlessly into your projects.

Get Started in 3 Steps

1. Install the NuGet Package

PM> Install-Package IronPPT

2. Create Your First Presentation

using IronPPT;

var document = new PresentationDocument();

// Instantiate a new Slide object
Slide slide = new Slide();

// Add a text to the new slide
slide.AddText("Hello, World from IronPPT!");

// Add the slide to the presentation
document.AddSlide(slide);

document.Save("AddSlideWithTexts.pptx");

3. Explore More

Dive deeper with our extensive documentation and examples:

  • Tutorials: Step-by-step guides to help you build your first PowerPoint application.

  • Code Examples: Practical examples of executable code for common tasks.

  • How-To Guides: Practical, goal-oriented instructions to solve specific problems.

  • Demo: Demonstrating guides that showcase how IronPPT works the way it does.

  • API Reference: Detailed technical descriptions of the API and its components.

Key Features

  • Create Presentations: Build new PowerPoint (PPTX) presentations programmatically.

  • Edit Presentations: Modify existing presentations with precision by editing/removing/replacing texts, images, and managing slides.

  • Style Presentations: Customize text, shapes, and images, and control the overall look and feel using master slides

IronPPT Features

Compatibility

IronPPT is built for modern .NET and supports a wide range of project types and operating systems.

  • Platforms: .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2

  • Framework: .NET Framework 4.6.2 (and above)

  • App Models: Console, Web, and Desktop Apps

  • Operating Systems: Windows, macOS, Linux (Debian, CentOS, Ubuntu)

  • Cloud & Containerization Platforms: Azure, AWS, Docker

  • IDEs: Microsoft Visual Studio or Jetbrains ReSharper & Rider

IronPPT Cross Platform Compatibility Support Image

License

IronPPT is a commercially licensed product.

  • Trial License: Get a free developer key to evaluate the full library with no commitment. Ideal for development and testing purposes. Start your trial HERE.

  • Purchase a License: Unlock the library for use in commercial projects and get access to our full technical support. Purchase your license HERE.

Getting Help & Support

Have a question or running into an issue?

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.  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 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)
Included target framework(s) (in package)
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
2025.11.2 236 11/10/2025
2025.10.1 226 10/8/2025
2025.9.1 332 9/2/2025
2025.8.1 188 8/13/2025
2025.7.4 604 7/22/2025
2025.6.4 231 6/17/2025
2025.5.5 312 5/13/2025
2025.4.5 268 4/8/2025
2025.3.1 261 3/12/2025
2025.2.5 213 2/4/2025

Updates
- Updates internal dependencies.