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:true

The different services can be configured by:

<repo>.rendition.<renditionname>.mode=ON_DEMAND

Possible configurations are:
ON_DEMAND means that the rendition is on every request created new
none means the rendition is not available for the current repository

Available Renditions:

Rendition

CMIS

ILM

ArchiveLink

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 multipagetiff

-

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=renditions

Response

Request to get a multipage tiff

Response is a binary blob with a multipage tiff