Page Properties | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Resources & Remarks Modification History
|
...
Excerpt |
---|
Various types of renditions are available for binary content files to provide their information in different formats. |
Section | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Introduction
Renditions are alternative representations of the content assigned to DMS objects. As such, they are only retrievable with read
permission for the concrete object instances.
Please note that a rendition is not an exact representation of the original file. Deviations to the original file may arise and are NOT considered as bugs in our software.
Typical use cases for the individual kinds of rendition are:
kind of rendition | typical use cases |
---|---|
text | full-text search |
content preview | |
slide | thumbnails |
Calculation and Storage
The yuuvis® Momentum core system offers automated rendition calculation for various supported formats of binary content files.
...
It is not possible to set retention for a rendition.
Supported Formats
The following table provides an overview for various binary content file types and the types of rendition that can be provided () by yuuvis® Momentum.
Binary Content File Type | Extension | text rendition | pdf rendition | slide rendition | Note |
---|---|---|---|---|---|
MS Office Word 97-2016 | doc, docx | ||||
MS Office PowerPoint 97-2016 | ppt, pptx | ||||
MS Office Excel 97-2016 | xls, xlsx | ||||
OpenDocument Text | odt | ||||
OpenDocument Presentation | odp | ||||
OpenDocument Spreadsheet | ods | ||||
Rich Text Format | rtf | - | |||
Visio Drawing File | vsd, vsdx | - | limited range of functions for pdf rendition | ||
Plain Text | txt | - | |||
Comma Separated Values | csv | - | |||
HyperText Markup Language (HTML) | html | - | |||
XML | xml | - | |||
JavaScript Object Notation | json | - | |||
MS Outlook | msg | - | |||
Encapsulated Portable Document Format | epdf | - | |||
Encapsulated Portable Document Format | - | ||||
Tagged Image File Format | tiff / tif | - | |||
Portable Bitmap Image | pbm | - | |||
Bitmap Image File | bmp | - | |||
Graphical Interchange Format File | gif | - | |||
JPEG Image Exchangeable image file format (JPEG) | jpg, jng, jpeg | - | |||
Portable Network Graphic | png | - | |||
Weppy Image Format (Lossy Compression) | webp | - |
Operations on Renditions
The API gateway provides the following endpoints for the handling of renditions. The individual operations are documented in the corresponding object's audit trail.
kind of rendition | text | slide | |
---|---|---|---|
retrieval for current object version | GET /api/dms/objects/{objectId}/contents/renditions/text | GET /api/dms/objects/{objectId}/contents/renditions/pdf | GET /api/dms/objects/{obiectId}/contents/renditions/slide |
retrieval for any object version | - | GET /api/dms/objects/{objectId}/versions/{versionNr}/contents/renditions/pdf | GET /api/dms/objects/{obiectId}/versions/{versionNr}contents/renditions/slide |
update | POST /api/dms/objects/{obiectId}/contents/renditions/text | - | - |
Info | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||
Read on
|
...