On this page
Guides
Convert PDF to PowerPoint
Overview
ComPDFKit Conversion SDK provides the function of converting PDF files to PowerPoint files and restoring the layout and format of the original document, which can meet the needs of users for the presentation and editing of document content in Microsoft PowerPoint.
Sample
This sample demonstrates how to convert PDFs to PowerPoint files.
php
$options = new \ConvertOptions();
$code = startPdfToPpt('excel.pdf', 'password', 'path/output', $options, $handler);