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.

Convert PDF to PowerPoint

Overview

ComPDF Conversion SDK provides the function of converting PDF files to PowerPoint files and restoring the layout and format of the original document.

Sample

ruby
options = ComPDFKitConversion::ConvertOptions.new
result = ComPDFKitConversion::Conversion.start_pdf_to_ppt(
  input_file_path,
  "",
  output_file_path,
  options
)