PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
ComPDF 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.
This sample demonstrates how to convert from a PDF to PPTX file.
PptOptions opt = new PptOptions();
CPDFConversion.startPDFToPpt("ppt.pdf", "password", "path/output.pptx", opt);