Rendition Service
Renditions are a different representations of a document. tia® ContentServer Supports renditions through the rendition service. The renditions are available for different interfaces and can be used explicitly (with CMIS) or implicitly. Renditions are available with Version 3.11.0 or newer.
Activation of retention service
Renditions are activated by default.
<repo>.rendition.enabled=true #default:trueThe different services can be configured by:
<repo>.rendition.<renditionname>.mode=ON_DEMAND #default:NONEPossible configurations are:
ON_DEMAND means that the rendition is created new on every request
none means the rendition is not available for the repository
Available Renditions:
Rendition name | Description | CMIS | ILM | ArchiveLink |
|---|---|---|---|---|
multipagetiff | several single-page tiffs are combined into one multi-page tiff | The rendition is triggered by using the stream-ID | - | In case a compGET is executed for compIDs data, data1, DATA or DATA1 and it is a tiff-file, all tiff components are combined to one multipagetiff and returned. |
Example
get all possible renditions for an object (result is a empty list when no rendition is configured or not available)
Request all available renditions
https://<server>/browser/<repo>/root?objectId=<object>&cmisselector=renditionsResponse
[
{
"streamId": "multipagetiff",
"mimeType": "image\/tiff",
"length": null,
"kind": null,
"title": "multipagetiff",
"renditionDocumentId": "<objectID>"
}
]Request to get a multipage tiff
https://<server>/browser/<repo>/root?objectId=<object>&cmisselector=content&streamId=multipagetiff Response is a binary blob with a multipage tiff