Page Properties | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Status | ||||||||||||||||
Status | |||||||||||||||||
colour | Yellow | ||||||||||||||||
title | PROGRESS |
| |||||||||||||||
Resources & Remarks Modification History
Note | Assignee | Antje | ResourcesRemarks
|
Note |
---|
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 2.4 2020 Winter | component version 2.42020 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 write permission is required. | HTTP Status Code |
Types | Extension | Note |
---|---|---|
Portable Document Format | dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd | |
As of 2021 Autumn: ZIP Archive File Format | zip | The content files of the zip archive will be converted individually and included into the PDF/A-3 file in the order of their sorting in the archive. The files inside the zip archive have to meet at least one of the following conditions:
The content files of a zip archive will not be converted if at least one zip archive is among them as well. |
Microsoft Office and Excel file types | ||
MS Office Word 97-2016 | doc, docx | |
MS Office PowerPoint 97-2016 | ppt, pptx | |
MS Office Excel 97-2016 | xls, xlsx | |
OpenDocument Text | odt | |
OpenDocument Presentation | odp | |
OpenDocument Spreadsheet | ods | |
Visio Drawing File | vsd, vsdx | limited range of functions |
Image File Types | ||
Tagged Image File Format | tiff, tif | |
Portable Bitmap Image | pbm | |
Bitmap Image File | bmp | |
Graphical Interchange Format File | gif | |
JPEG Image Exchangeable image file format (JPEG) | jpg, jng, jpeg | |
Portable Network Graphic | png | |
Weppy Image Format (Lossy Compression) | webp | |
As of 2021 Autumn: High Efficiency Image File Format (HEIF) | heif, heic |
The endpoint provides the following HTTP status codes:
HTTP Status Code | Meaning |
---|---|
200 | Successful, converted document provided in the response body |
413 | Document file too large |
415 | Document format not supported |
422 | Timeout |
422 | Document could not be converted |
422 | Invalid input parameters |
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".
The e-mail file is passed as binary in the request body.
HTTP status code:
Code Block | ||
---|---|---|
| ||
200 |
Body Response body with PDF/A-3 document.