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);