pdfToPowerPoint method
Convert PDF to PowerPoint presentation
file
PDF file to convert
options
Conversion options
Implementation
Future<ApiResponse> pdfToPowerPoint(File file, {ConversionOptions? options}) {
return convertPdfTo(file, ConversionFormat.pptx, options: options);
}