Skip to content
ComPDF
DemoFAQ
New Release

Open-Source PDF SDK & AI Document Processing

Get the full self-hosted SDK and AI document processing on GitHub. One-click deploy to quickly build your document workflows.

Overview

ComPDF Conversion SDK converts PDF files to PowerPoint files and restores the layout and format of the original document for presentation and editing in Microsoft PowerPoint.

Sample

c
CConvertOption option = CPDF_DefaultConvertOption();
CPDF_StartPDFToPpt(CPDF_TEXT("ppt.pdf"), CPDF_TEXT("password"), CPDF_TEXT("path/output.pptx"), option, NULL);