Convert PDF to PowerPoint
Connector ID: Pdf To PowerPoint
Converting PDF files to PowerPoint formats like docx may be possible in normal methods. When it is used in API, this feature of PDF4me can be combined with many other functions of documentation jobs.
- Method: POST
- Endpoint: /api/v2/ConvertPdfToPowerPoint
Parameters
- File Contentbase64, Required
The content of the input file.
- File Namestring, Required
Input file name from the source
- Quality TypeString, Required
Draft- Suitable for normal PDFs, consumes 1 API call per file
High - Suitable for PDFs generated from Images and scanned documents. Consumes 2 API calls per page
- LanguageString, Required
Specify the language of the text in the source file. Only use if the output is not recognizable.
- OCR When NeededString, Required
Set ‘Yes’ to skip doing recognition if the text is already searchable
- Output FormatString, Required
Output Format of PDF file, the output must be in string format.
- Merge All SheetsBoolean, Required
The Merge All Sheets must be in boolean format.
true
false
Ouput
- File ContentBinary
File content of the Powerpoint document
- File NameString
The file name of the Powerpoint document
Header
Content-Type:application/json
Authorization: Please copy key from the link.
Payload
{
"docContent": "Please put PDF base64 content",
"docName": "test.pdf",
"qualityType": "High",
"language": "English",
"ocrWhenNeeded": "true",
"outputFormat": "true",
"mergeAllSheets": true
}
PDF4me api samples
- CSharp(C#)
- Java
- JavaScript
- Python
- Salesforce
- n8n
- Google Script
- AWS Lambda