POST /api/renditions/pdf?level=pdfa3
This endpoint is offered in a separate API that is available only on request. It is not yet included in yuuvis® Momentum installations.
As of Version | product version 2020 Winter | component version 2020 Winter | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response Format | PDF/A-3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To return the PDF/A-3 rendition of the e-mail object, send the request with the e-mail file as binary in the request body. The endpoint URL contains the specification of the Synchronously converts all convertible parts of an e-mail including its first order attachments into the format PDF/A-3. The original e-mail itself will be included as a PDF attachment as well. The endpoint accepts the following e-mail attachment file types for the conversion into PDF/A-3 document pages:
The endpoint provides the following HTTP status codes:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request Header |
To set the filename of the new content file. The parameters "filename" and "filename*" differ only in that "filename*" uses the encoding defined in RFC 5987. When both "filename" and "filename*" are present in a single header field value, "filename*" is preferred over "filename". | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Request Example | The e-mail file is passed as binary in the request body. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result Example | HTTP status code: 200 Response body with PDF/A-3 document. |