Renditions are a different representation representations of a document. tia® ContentServer Supports renditions through the rendition service. The renditions are available for different interfaces and can be used explicit explicitly (with CMIS) or implizitimplicitly. REnditions Renditions are available with Version 3.11.0 or newer.
...
Code Block |
---|
<repo>.rendition.<renitionname><renditionname>.mode=ON_DEMAND |
Possible configurations are:
ALWAYS means, the rendition is created during storage time
ON_DEMAND means that the rendition is on every request created new
ON_DEMAND_STORE means, that none means the rendition is created on request but stored for next requestnot available for the current repository
Available Renditions:
Rendition | 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
Code Block |
---|
https://<server>/browser/<repo>/root?objectId=<object>&cmisselector=renditions |
Response
Code Block |
---|
[
{
"streamId": "multipagetiff",
"mimeType": "image\/tiff",
"length": null,
"kind": null,
"title": "multipagetiff",
"renditionDocumentId": "<objectID>"
}
] |
Request to get a multipage tiff
Code Block |
---|
https://<server>/browser/<repo>/root?objectId=<object>&cmisselector=content&streamId=multipagetiff |
Response is a binary blob with a multipage tiff