By default, the following formats can be previewed in Athento:
- JPG
- PNG
- MP4
- MOV
- HTML
- TXT
- .rvt
- .HEIC y .HEIF (May require extra configuration)
- DICOM (May require extra configuration)
- .msg
- .eml
An automatic conversion to PDF is possible for some formats so that they can be previewed, e.g. for TIFF, Excel or Word formats. Athento also offers integration with Office 365 for editing and previewing office suite documents. Integration with Office 365
Preview size limit
For reasons of browser efficiency, there is a size limit for the document previewer to be enabled.
This size is set by default to about 100MB.
The size can be changed by setting the FILE_PREVIEW_MAX_SIZE property in the local_settings.py file.
For example, with the setting
FILE_PREVIEW_MAX_SIZE = 200 * 1024 * 1024
will allow you to preview 200MB files.
Comments
0 comments
Please sign in to leave a comment.