...
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