Using the Apryse PDFNet SDK in Azure Functions (Windows)

Azure Function Sample: Convert Office Documents to PDF with Apryse PDFNet SDK

Build a scalable, serverless document conversion pipeline using Azure Functions and Apryse.

GitHub Repository:


Overview

This sample demonstrates how to use the Apryse PDFNet SDK within an Azure Function to convert Microsoft Office documents (Word, Excel, and PowerPoint) into high-quality PDFs. It provides a production-ready foundation for building document processing APIs in a serverless architecture.


Key Features

  • Convert Word, Excel, and PowerPoint files to PDF
  • Serverless execution using Azure Functions (Windows)
  • Minimal setup with ready-to-use project structure
  • Production-grade conversion powered by Apryse
  • Easily extensible for custom workflows

Architecture

The solution follows a simple and scalable flow:

  1. Client uploads or submits an Office document
  2. Azure Function receives and processes the request
  3. Apryse PDFNet SDK converts the document to PDF
  4. The resulting PDF is returned or stored

Getting Started

Clone the repository

git clone https://github.com/ApryseSDK/azure-function-example-windows
``
1 Like