Create PowerPoint document in Microsoft Azure
21 Jul 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 create a PowerPoint document in Microsoft Azure within a few lines of code.
NOTE
If this is your first time working with Azure, please refer to the dedicated Azure development resources. The sections linked below explain how to create a PowerPoint document in C# using the PowerPoint library (Presentation) in each supported Azure service.
Prerequisites
- An active Azure subscription is required. If you don’t have one, please create a free account before starting.
- Visual Studio 2022 with the Azure development workload installed (the ASP.NET and web development workload is also required for the App Service samples).
Azure Services
|
Azure Services |
NuGet packages required |
|---|---|
|
|
|
|
|
Syncfusion.Presentation.Net.Core |
|
|
Syncfusion.Presentation.AspNet |
|
|
Syncfusion.Presentation.Net.Core |
|
Azure Functions (Flex Consumption) |
Syncfusion.Presentation.Net.Core |
NOTE
The
Syncfusion.Presentation.Net.Corepackage targets .NET 8.0 and later, whileSyncfusion.Presentation.AspNettargets .NET Framework 4.6.2 and later. Starting with v16.2.0.x, you must also register a Syncfusion license key in your application; see the licensing overview for details.