Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Resources

Remarks
Page Properties
hiddentrue
Status
Status
colourYellow
titlePROGRESS
Priority2.4
Note
AssigneeAntje
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.



As of Versionproduct version 2.4 | component version 2.4
Request MethodPOST
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 level parameter set to the value to pdfa3. Other values for the level parameter are not accepted.

The endpoint provides the following HTTP status codes:

HTTP Status CodeMeaning
200Successful, converted document provided in the response body
413Document file too large
415Document format not supported
422Timeout
422Document could not be converted
422Invalid input parameters


Request Header

Content-Type: message/rfc822 or application/vnd.ms-outlook

Content-Disposition: attachment; filename=<filename> filename*=<filename-encoded>.

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:

Code Block
languagetext
200

Response body with PDF/A-3 document.

...