Convert PDF to a specified version of PDF/A
POST https://api.pdfrest.com/pdfa
This request demonstrates how to convert a PDF into an archival format.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id", "value"=>"", "datatype"=>"null"}, {"name"=>"output_type", "value"=>"PDF/A-2b", "datatype"=>"string"}, {"name"=>"output", "value"=>"pdfrest_pdfa", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Key | string |