Convert to PDF/X
POST https://api.pdfrest.com/pdfx
Convert a PDF into the PDF/X standard, an ISO-standard version of the PDF format. It’s a subset of the PDF standard that applies to Printing Workflows.
Required form-data body parameters:
One of:
file
- File to be uploaded and processedid
- Alphanumeric ID (UUID) of existing file on server to be processed
output_type
- Set to one of the following PDF/X versions:- PDF/X-1a - Conformacne with PDF/X-1a.
- PDF/X-3 - Conformance with PDF/X-3.
- PDF/X-4 - Conformance with PDF/X-4.
Optional form-data body parameters:
output
- file name of output file (no file extension)
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"id", "value"=>"xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "datatype"=>"string"}, {"name"=>"output", "value"=>"pdfrest_pdfx", "datatype"=>"string"}, {"name"=>"output_type", "value"=>"PDF/X-4", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Key | string |