Skip to main content

Convert presentation to PDF

The following example will demonstrate how to convert a Presentation (.pptx, .ppt) to a PDF.

You can view the full Swagger documentation here.

Request

curl --location 'https://presentation-api.doclabs.cloud/api/v1/MyDocument.xlsx/convert?storageName=MyBucketName&type=pdf' \
--header 'Content-Type: application/json' \
--header 'x-api-key: ••••••'

Response

{
"bucketName": "MyBucketName",
"contentPathName": "CopyOfTheOriginal.pdf"
}