REST input plain HTTP
POST/http.input/archive-pdfa2-email-optimization
The Ready for Email PDF/A-2 workflow outputs PDF documents compliant with the PDF/A-2 archival standard, specifically with ready for email optimization. The REST input plain HTTP endpoint supports the conversion of large files (larger than 100 MB) intended for email attachments. To use this endpoint, submit the file you wish to convert as multipart/form-data
in the HTTP request body.
Request
Responses
- 200
- 202
- 400
- 404
- 415
- 422
- 500
The file was successfully submitted for conversion. The Simple API returned the converted file in the response.
The file was successfully submitted for conversion and the conversion will start.
- The job must contain at least one data element.
- Exception message that occurred during processing.
- The provided
connectionID
was not found.
Unsupported media type. Returns ProblemDetails
:
- A file format is not supported.
Unprocessable file. Returns ProblemDetails
:
- The conformance is not compatible.
- The file is corrupt.
- A generic error happened during processing.
- One of the specified options is invalid.
- The password is missing or incorrect.
- A file contains a feature that is not supported.
An Internal server error. Returns ProblemDetails
:
- The job was canceled.
- The service is not configured correctly.
- An internal error happened during processing.
- A timeout occurred during processing.
- If an unknown error occurs the message you receive is empty.