Open and save Presentation in Amazon Web Services (AWS)

3 Aug 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 Office interop dependencies. Using this library, you can open and save a Presentation in Amazon Web Services (AWS) within a few lines of code.

If this is your first time working with Amazon Web Services (AWS), refer to the AWS Getting Started resources. This page lists the AWS targets in which you can open and save a Presentation using the .NET Core PowerPoint library (Presentation).

Prerequisites

  • An active Amazon Web Services (AWS) account is required. If you don’t have one, please create an account before starting.

  • Install the AWS CLI and configure credentials by running aws configure with your access key, secret key, default region, and output format. See the AWS CLI setup guide for details.
  • Create an Amazon S3 bucket in your target region to store the input and output .pptx files. Note the bucket name and region for use in your code.

Supported AWS Services

Amazon Web Services (AWS)
NuGet package name

AWS Lambda


Syncfusion.Presentation.Net.Core


AWS Elastic Beanstalk


Syncfusion.Presentation.Net.Core


See also