Convert a PDF to a Microsoft PowerPoint document
POST https://api.pdfrest.com/powerpoint
This request demonstrates how to convert a PDF document to a Microsoft PowerPoint file (PPTX).
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id", "value"=>"", "datatype"=>"null"}, {"name"=>"output", "value"=>"pdfrest_powerpoint", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Key | string |