Create PowerPoint document in Amazon Web Services (AWS)
21 Jul 20261 minute to read
Syncfusion® PowerPoint is a .NET Core 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 Amazon Web Services (AWS) within a few lines of code.
NOTE
If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to create a PowerPoint document in C# using the .NET Core PowerPoint library (Presentation) in AWS.
Prerequisites
-
An active Amazon Web Services (AWS) account is required. If you don’t have one, please create an account before starting.
-
Visual Studio 2022 with the AWS development workload installed.
-
Download and install the AWS Toolkit for Visual Studio from this link. The toolkit can be installed from Extensions > Manage Extensions in Visual Studio.
AWS Services
|
AWS Services |
NuGet packages required |
|---|---|
|
|
Syncfusion.Presentation.Net.Core |
|
|
Syncfusion.Presentation.Net.Core |
NOTE
The
Syncfusion.Presentation.Net.Corepackage targets .NET 8.0 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.
Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the .NET PowerPoint Library page.
An online sample link to create a PowerPoint Presentation in ASP.NET Core.