Convert PDF to a specified version of PDF/X

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

This request demonstrates how to convert a PDF into the PDF/X standard, a subset of the PDF standard that applies to Printing Workflows.

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id", "value"=>"", "datatype"=>"null"}, {"name"=>"output_type", "value"=>"PDF/X-4", "datatype"=>"string"}, {"name"=>"output", "value"=>"pdfrest_pdfx", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Api-Keystring