Skip to main content

Ready for Email PDF/A-2

Outputs PDFs in the PDF/A-2 archival standard, optimized specifically for email distribution.

Connection ID

archive-pdfa2-email-optimization

Endpoints

Use this connection ID with the Simple API endpoints:

  • Binary upload: POST {baseURL}/http.input/archive-pdfa2-email-optimization
  • JSON input: POST {baseURL}/http.inputstructured/archive-pdfa2-email-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": "max"
}
]
}
OptionValue
OPTIMIZEPROFILEmax