Create PowerPoint document in Google Cloud Platform (GCP)
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 Google Cloud Platform (GCP) within a few lines of code.
NOTE
If this is your first time working with Google Cloud Platform (GCP), please refer to the dedicated GCP resources. The section linked below explains how to create a PowerPoint document in C# using the PowerPoint library (Presentation) in GCP.
Prerequisites
- A Google Cloud Platform (GCP) account with billing enabled.
- Visual Studio 2022 with the ASP.NET and web development workload installed (the App Engine sample targets .NET 8).
Google Cloud Platform (GCP)
|
Google Cloud Platform |
NuGet packages required |
|---|---|
|
|
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.