Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje24 FEB 20232023 Springcreated
Agnieszka14 FEB 20232023 SpringrLANG



Excerpt

Various types of renditions are available for binary content files to provide their information in different formats.

...

Renditions are alternative representations of the content assigned to DMS objects. As such, they are only retrievable with a 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 types are:

kind of renditiontypical Rendition typeTypical use cases
text
full-text search
pdf
content preview
slide
thumbnails for content visualization within hit lists in client applications

...

Note: The responsible services are enabled in the default configuration but the rendition repository has to be configured manually.

kind of renditionRendition type
text
pdf
slide
service Service for calculationCONTENTANALYZERRENDITIONRENDITION
automated Automated calculationduring import with content and content update processeson (first) requeston (first) request
manual Manual inputduring the import or via the update endpoint for existing objects, or via via the dms.request.objects.upsert.database-before webhook--
storage Storage locationsearch indexrendition repositoryrendition repository
availability Availability for DMS object versionsonly for the current versionfor any (not deleted) versionfor any (not deleted) version

As the text rendition is used for full-text search, it is stored in the search index. If you want to extend the core system's functionality in terms of supported formats, it is possible to set or update the text rendition via API gateway endpoints. Thus, it is possible to, e.g., it is possible to integrate an OCR implementation to automatically calculate a full-text for binary content files of image file types.

...

The pdf and slide renditions are calculated from the binary content file by the rendition service on request. To reduce the workload and processing time for repeated retrieval of the same rendition, a default rendition repository can be configured. It is a separated separate repository to allow for a different storage configuration as it might be required for the binary content files themselves. Whenever a pdf of or slide rendition is requested for an object, it is retrieved from the default rendition repository. If available, the stored rendition will be returned. If not available, the requested rendition is generated from the binary content file that is assigned to the object, stored in the default rendition repository and finally returned.

The rendition repository uses the content's digest as rendition identification to avoid duplicate filing. The digest is calculated by the CONTENTANALYZER during each content import or update process and referenced in the content stream properties section of the corresponding DMS object. If the same content file is assigned to multiple DMS objects, the digest is the same, and only one rendition for each kind (pdf or slide) is stored within a tenant.

...

The following table provides an overview for of various binary content file types and the types of rendition that can be provided ((tick)) by yuuvis® Momentum.

Binary Content File Typecontent file typeExtensiontext renditionpdf renditionslide rendition
MS Office Word 97-2016doc, docx(tick)(tick)(tick)

MS Office PowerPoint 97-2016

ppt, pptx(tick)(tick)(tick)
MS Office Excel 97-2016xls, xlsx(tick)(tick)(tick)
OpenDocument Textodt(tick)(tick)(tick)
OpenDocument Presentationodp(tick)(tick)(tick)
OpenDocument Spreadsheetods(tick)(tick)(tick)
Rich Text Formatrtf(tick)--
Visio Drawing Filevsd, vsdx-(tick)
(limited range of functions)
(tick)
Plain Texttxt(tick)--
Comma Separated Valuescsv(tick)--
HyperText Markup Language (HTML)html(tick)--
XMLxml(tick)--
JavaScript Object Notationjson(tick)--
MS Outlookmsg(tick)--
Encapsulated Portable Document Formatepdf(tick)--
Encapsulated Portable Document Formatpdf(tick)-(tick)

Tagged Image File Format

tiff / tif-(tick)(tick)

Portable Bitmap Image

pbm-(tick)-

Bitmap Image File

bmp-(tick)(tick)

Graphical Interchange Format File

gif-(tick)(tick)

JPEG Image

Exchangeable image file format (JPEG)

jpg, jng, jpeg-(tick)(tick)
(only jpg and jpeg)
Portable Network Graphicpng-(tick)(tick)
Weppy Image Format (Lossy Compression)webp-(tick)(tick)

...

The API gateway provides the following endpoints for the handling of renditions. The individual operations are documented in the corresponding object's audit trail.

...