PDF to PowerPoint

POST https://api.pdfrest.com/powerpoint

Converts a PDF document to a PPTX file. The output file can then be opened and edited by Microsoft PowerPoint.

Required form-data body parameters:

  • One of:

    • file - File to be uploaded and processed
    • id - Alphanumeric ID (UUID) of existing file on server to be processed

Optional form-data body parameters:

  • output - File name of output file (without extension)

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id", "value"=>"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "datatype"=>"string"}, {"name"=>"output", "value"=>"pdfrest_powerpoint", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Api-Keystring