---
title: Convert Presentations to PDF API
slug: convert-presentation-to-pdf
url: https://apyhub.com/apyhub/service/convert-presentation-to-pdf
provider: ApyHub
categories: [File Conversion]
tags: [presentation-conversion, pdf-conversion, document-conversion, pptx, odp, file-conversion]
auth: api_key
---

# Convert Presentations to PDF API

Convert .ppt, .pptx, or .odp files to PDF from uploads, base64, or URLs. Get a binary PDF or a signed link for review and sharing.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/convert/presentation-base64/pdf-file` | What it does Converts a base64-encoded presentation file into a PDF for download. You send the pres… | 100 |
| POST | `/convert/presentation-base64/pdf-url` | What it does Converts a base64-encoded presentation file into a PDF and returns a signed link to th… | 100 |
| POST | `/convert/presentation-file/pdf-file` | What it does Converts an uploaded presentation file into a PDF and returns the resulting PDF as a b… | 100 |
| POST | `/convert/presentation-file/pdf-url` | What it does Converts an uploaded presentation file into a PDF and returns a signed link to the gen… | 100 |
| POST | `/convert/presentation-url/pdf-file` | What it does Converts a remote presentation file from the URL you provide into a PDF and returns th… | 100 |
| POST | `/convert/presentation-url/pdf-url` | What it does Converts a remote presentation file at a URL into a PDF and returns a signed link to t… | 100 |

## About

## What it does
Presentation to PDF converts PowerPoint and OpenDocument presentation files into PDF output. Send a `.ppt`, `.pptx`, or `.odp` file, or pass a base64-encoded presentation or remote presentation URL, and get back either a PDF download or a signed PDF link.

Use Presentation to PDF when you need a presentation rendered for sharing, archiving, review, or downstream document workflows. The service supports both file uploads and URL/base64 inputs, so you can convert content from a browser form, a storage bucket, or an upstream API without changing your pipeline.

Each conversion accepts an optional `landscape` boolean, which defaults to `true`, to control the output orientation. For file uploads, you can also set an `output` query value when requesting a download. The response is either binary PDF data or an object containing a `data` URI, depending on the endpoint you call.

If you need to standardize slide decks before sending them to customers, storing them in a document system, or feeding them into a review process, Presentation to PDF gives you a simple way to turn presentation formats into PDFs.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/convert-presentation-to-pdf
