Versions Compared

Key

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

...

Page Properties
hiddentrue


Status

Status
colourYellow
titlePROGRESS

Priority2.4
Note
AssigneeAntje

Ressources

Remarks



Excerpt

This API provides endpoints for rendition of documents These endpoints provide document renditions in different formats.


Info

...

These rendition endpoints are offered in a separate API as an additional service and are available only on request. This API is not yet included in yuuvis® Momentum installations.


HTTP Method
as of product version
PurposeResponse FormatDescription

PDF Renditions

POST
as of 2.4

Convert one e-mail into the format PDF/A-3PDF/A-3

Converts synchronously 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.
Requires an e-mail object. A successful POST returns the HTTP status code 200 together with the PDF/A-3 document in the body.
POST /api/renditions/pdf?level=pdfa3

...