Skip to main content

Archive PDF/A-2

Outputs PDFs in the PDF/A-2 archival standard. This is the recommended archival format for long-term document preservation.

Connection ID

archive-pdfa2-default

Endpoints

Use this connection ID with the Simple API endpoints:

  • Binary upload: POST {baseURL}/http.input/archive-pdfa2-default
  • JSON input: POST {baseURL}/http.inputstructured/archive-pdfa2-default

See the REST input plain HTTP and REST input JSON endpoint reference for request and response details.

Example (JSON)

{
"name": "file-conversion",
"data": [
{
"content": "SGVsbG8gd29ybGQuCg==",
"fileName": "hello_world.txt"
}
]
}

This profile doesn’t require specific job options.