Renditions are a different representation of a document. tia® ContentServer Supports renditions through the rendition service. The renditions are available for different interfaces and can be used explicit (with CMIS) or implizit. 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.<renitionname>.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 the rendition is created on request but stored for next request
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. |