Create a PDF document in Google Cloud Platform (GCP)
29 Jul 20261 minute to read
The .NET Core PDF library is used to create, read, edit, and convert PDF documents programmatically without the dependency of Adobe Acrobat. Create a PDF document in Google Cloud Platform (GCP) using this library within a few lines of code.
NOTE
If this is your first time working with the Google Cloud Platform (GCP), please refer to the dedicated GCP resources. This section explains how to open and save a PDF document in C# using the .NET Core PDF library in GCP.
Prerequisites
- A Google Cloud Platform (GCP) account with an active billing account.
- The Google App Engine Admin API must be enabled in your GCP project. To enable it, navigate to APIs & Services > Library, search for App Engine Admin API, and click Enable.
- An active Syncfusion® license. If you do not have one, request a free 30-day trial at https://www.syncfusion.com/sales/communitylicense.
Supported Platforms in GCP
|
Google Cloud Platform |
NuGet package name |
|---|---|
|
App Engine |
|
Create a PDF document in App Engine
For a step-by-step walkthrough of creating and deploying an ASP.NET Core Web app that generates a PDF document on Google App Engine, refer to the Create a PDF document in Google App Engine documentation.