Create PDF document in Azure platform

29 Jul 20261 minute to read

The .NET PDF library is used to create, read, edit PDF documents programmatically without the dependency of Adobe Acrobat. Using this library, create a PDF document in Azure services within a few lines of code.

NOTE

If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to create a PDF document in C# using the .NET PDF library in Azure.

Prerequisites

  • An active Microsoft Azure subscription is required. If you don’t have one, please create a free account before starting.
  • Install the required NuGet package: Syncfusion.Pdf.Net.Core.
  • Visual Studio 2022 (17.0 or later) or Visual Studio Code with the C# Dev Kit extension.
  • An active Syncfusion® license. If you do not have one, request a free 30-day trial at https://www.syncfusion.com/sales/communitylicense.

Supported Azure Services

  • Azure App Service (Windows & Linux)
  • Azure Functions
  • Azure Kubernetes Service (AKS)

Next steps