Skip to content

iron-software/IronPPT.Examples

Repository files navigation

NugetInstallsPassedwindowsmacOSlinuxdockerawsmicrosoftazurelivechat

IronPPT - C# Library for PowerPoint Management

IronPPT NuGet Trial Banner Image

IronPPT is a comprehensive C# library designed for crafting and modifying PowerPoint presentations. Its powerful API supports the creation of slides and facilitates the embedding of text, images, shapes, and diverse multimedia components. This makes it an exceptional tool for developers who intend to streamline PowerPoint-related operations within .NET frameworks.

Key Capabilities of IronPPT

  • Programmatic generation and alteration of PowerPoint slides.
  • Embedding and styling text, imagery, shapes, and multimedia.
  • Streamlining routine PowerPoint tasks within .NET frameworks.
  • Compatibility with .NET Framework 4.6.2 onwards and .NET 6.0 and beyond.
  • Intuitive API integration enhancing project fluidity.

Explore more on our home page, including a plethora of coding examples and a comprehensive feature list.

IronPPT Supports Various Platforms Including:

  • .NET versions 9 through 5, Core 2x & 3x, Standard 2 & 2.1, and Framework 4.6.2 onwards.
  • Environments such as Windows, macOS, Linux, plus containers like Docker, and Cloud platforms including Azure and AWS.

IronPPT Cross Platform Compatibility Support Image

All details regarding our API documentation and licensing terms are available on our site.

How to Utilize IronPPT

Begin by installing the IronPPT NuGet package using this command in your package management console:

PM> Install-Package IronPPT


using IronPPT;

var presentation = new PresentationDocument();

// Create a new Slide
Slide slide = new Slide();

// Insert text into the slide
slide.AddText("Sample Text Entry");

// Incorporate the slide into the presentation
presentation.AddSlide(slide);

presentation.Save("NewSlidePresentation.pptx");

Feature Overview

IronPPT Features

Licensing & Support Availability

Visit our official website for extensive tutorials, example code, licensing details, and documentation.

Contact our support team via email: [email protected]

Documentation Resources

About

Documentation and Code Examples for IronPPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages