Ready to Print PDF/A-2
Outputs PDFs in the PDF/A-2 archival standard, optimized specifically for printing.
Connection ID
archive-pdfa2-print-optimization
Endpoints
Use this connection ID with the Simple API endpoints:
- Binary upload:
POST {baseURL}/http.input/archive-pdfa2-print-optimization - JSON input:
POST {baseURL}/http.inputstructured/archive-pdfa2-print-optimization
See the REST input plain HTTP and REST input JSON endpoint reference for request and response details.
Optimization option
When using the JSON endpoint, include the OPTIMIZEPROFILE job option:
{
"name": "file-conversion",
"data": [
{
"content": "SGVsbG8gd29ybGQuCg==",
"fileName": "hello_world.txt"
}
],
"options": [
{
"name": "OPTIMIZEPROFILE",
"value": "print"
}
]
}
| Option | Value |
|---|---|
OPTIMIZEPROFILE | print |