Convert Word to PDF in Azure Platform
21 Jul 20261 minute to read
Syncfusion® Essential® DocIO is a .NET Word library used to create, read, edit, and convert Word documents programmatically without Microsoft Word or interop dependencies. Use this library to convert Word documents to PDF in Azure services.
NOTE
This page is an index of the available Azure deployment guides. If this is your first time working with Azure, refer to the Azure development resources. The dedicated guides linked below explain how to convert Word documents to PDF in C# using the .NET Word (DocIO) 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 .NET SDK 8.0 or later (download).
- Install an IDE such as Visual Studio 2022 or later or Visual Studio Code (download).
Azure Services
NOTE
The
SkiaSharp.NativeAssets.LinuxandHarfBuzzSharp.NativeAssets.Linuxpackages are only required when deploying to Azure App Service (Linux) or other Linux-based Azure hosts. On Windows hosts, the required native assets are bundled with theSyncfusion.DocIORenderer.Net.CoreNuGet package.