Open and save PowerPoint document in Azure

3 Aug 20261 minute to read

Syncfusion® PowerPoint is a .NET PowerPoint library used to create, read, edit and convert PowerPoint documents programmatically without Microsoft PowerPoint or interop dependencies. Using this library, you can open and save a PowerPoint document on Azure in just a few lines of code.

If you’re new to Azure, refer to the Azure development resources below. This page provides an overview of the supported Azure services.

Prerequisites

  • An active Microsoft Azure subscription is required. If you don’t have one, create a free account before starting.
  • .NET SDK 8.0 or later installed locally.
  • Visual Studio 2022 or later (or Visual Studio Code with the C# extension) for development and deployment.

Supported Azure Services

Azure Service Sub-page NuGet package required
App Service (Windows)

Open and save in App Service (Windows)

Syncfusion.Presentation.Net.Core

App Service (Linux)

Open and save in App Service (Linux)

Syncfusion.Presentation.Net.Core

Azure Functions v1

Open and save in Azure Functions v1

Syncfusion.Presentation.Net.Core

Azure Functions v4

Open and save in Azure Functions v4

Syncfusion.Presentation.Net.Core

Next steps