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