Create PDF document in Amazon Web Services (AWS)
29 Jul 20261 minute to read
The .NET Core PDF library is used to create, read, and edit PDF documents programmatically without the dependency of Adobe Acrobat. Using this library, you can open and save PDF documents in Amazon Web Services (AWS).
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 open and save a PDF document in C# using the .NET Core PDF library in AWS.
Prerequisites
- An active Amazon Web Services (AWS) account is required. If you don’t have one, please create an account before starting.
- Download and install the AWS Toolkit for Visual Studio from this link. You can install the toolkit from the Extensions > Manage Extensions option in Visual Studio.
- Visual Studio 2022 with the AWS development workload.
- .NET 8.0 SDK or later.
- An active Syncfusion® license. If you do not have one, request a free 30-day trial at https://www.syncfusion.com/sales/communitylicense.
Supported AWS services
The following AWS services are supported for creating PDF documents using the Syncfusion .NET Core PDF library. For step-by-step instructions, refer to the linked documentation.
|
Amazon Web Services (AWS) |
NuGet package name |
Documentation |
|---|---|---|
|
AWS Lambda |
[Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) |
[Create PDF document in AWS Lambda](Create-PDF-file-in-AWS-Lambda.md) |
|
AWS Elastic Beanstalk |
[Syncfusion.Pdf.Net.Core](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/) |
[Create PDF document in AWS Elastic Beanstalk](Create-PDF-file-in-AWS-Elastic-Beanstalk.md) |