PDF to Word

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

Converts a PDF document to a DOCX file. The output file can then be opened and edited in Microsoft Word.

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_word", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Api-Keystring