What it does
PDF to PowerPoint Converter turns a PDF into a PPTX file. Send a PDF by file upload, public URL, or Base64-encoded content, and get back either a downloadable PowerPoint file or a download_url for the converted presentation.
Use the file-based endpoints when your app already has the PDF on hand, or the URL-based endpoints when the source document is stored elsewhere and reachable by a public .pdf link. The Base64 endpoints are useful when you need to pass document content between services without writing it to disk first. In every case, the input is a single PDF and the output is a PowerPoint presentation.
This is a straightforward fit for document workflows that need editable slides instead of static pages. For example, you can convert reports, decks, proposals, or exported PDFs into PowerPoint before a sales review, internal presentation, or manual slide editing step.
PDF to PowerPoint Converter accepts PDFs up to 10 MB. For direct file uploads, the PDF must be valid, and the /file/download endpoint requires it to be non-password-protected.