Bestseller
PPT Conversion PDF Generation Document Processing

Convert PPT to PDF

Convert PowerPoint slides into PDF documents.

What can this API do?

PPT and PPTX conversion

Convert modern and legacy PowerPoint files.

Static slide presentation

Export text, images and shapes; complex effects and fonts may vary.

Ordered multi-page output

Keep selected slides and blank pages in source order.

Hidden-slide selection

Exclude hidden slides by default or explicitly include them.

Upload or link input

Submit a file or a public presentation URL.

Sharing and archiving workflows

Download a PDF for review, distribution and retention.

Convert PPT to PDF
Annual plan
$99$199
Try it for free!
Sign in to get a trial key and test all APIs.
Sign In
Secure checkout powered by Stripe

API Document

HTTP Protocol:HTTPS

HTTP Method:POST

HTTP Endpoint:https://api.gugudata.io/v1/imagerecognition/ppt-to-pdf

Response Type:application/json; charset=utf-8

DEMO Endpoint:https://api.gugudata.io/v1/imagerecognition/ppt-to-pdf/demo

Live Demo:Try Interactive Demo

Full API Docs:developers.gugudata.io

API Request Parameters

NameTypeIs RequiredDefault ValueRemark
appkeystringtrueYOUR_APPKEYApplication key supplied as a query parameter.
filefilefalsePPT or PPTX upload. Provide exactly one of file or file_url. Maximum 20 MiB and 50 source slides, including hidden slides.
file_urlstringfalsePublic HTTP(S) presentation URL, up to 2048 characters. Provide instead of file.
include_hidden_slidesbooleanfalsefalseInclude hidden slides when true. By default only visible slides are exported. Selected blank slides retain their position.

API Response Parameters

NameTypeRemark
pdfPathstringPublic HTTPS PDF download URL in data.pdfPath. Maximum output 20 MiB. Save files you need to keep; permanent hosting is not guaranteed.

API Response Status Codes

Status CodeExplanation of Status CodeRemarks
200Request processed successfully.Some endpoints expose a separate application-level status field in the response body, such as `dataStatus.statusCode`.
400Invalid request parameters or request format.Check required fields, data types, and request body format.
401Missing or unknown application key.Provide a valid `appkey` with the request.
403The application key is recognized but access is not allowed.The key may be expired, inactive, or not permitted for the requested API.
413Presentation exceeds input limits.Use at most 20 MiB and 50 slides.
422Presentation cannot be rendered within supported limits.Use a valid unencrypted PPT or PPTX and reduce slide dimensions if necessary.
429Request rate or trial usage limit exceeded.Reduce concurrency or retry after the limit window resets.
500Internal service error.Retry later or contact support if the error persists.
502Download or conversion failed or timed out.Check the file link and try again later.
503Conversion is temporarily unavailable.Try again later.

Remote MCP

AI client access

Use this API through GuGuData Remote MCP

Connect your AI client once, authorize in the browser, and the client can use the GuGuData API tools available to your account. You do not need to paste an appkey into the MCP client.

Endpoint https://mcp.gugudata.io/mcp
Open MCP Guide
Generic MCP configuration
{
  "mcpServers": {
    "gugudata": {
      "url": "https://mcp.gugudata.io/mcp",
      "transportType": "streamable-http"
    }
  }
}

Code Snippets