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.
options = ComPDFKitConversion::ConvertOptions.new
result = ComPDFKitConversion::Conversion.start_pdf_to_ppt(
input_file_path,
"",
output_file_path,
options
)