You are looking at documentation for an older release. Not what you want? See the current release documentation.
The Document Viewer relies on document conversion on serverside which can take significant resources on large files. In order to avoid excessive resource consumption, this component limits the size of files it can display. Limits are set both in file weight and in number of pages in the document:
exo.ecms.documents.pdfviewer.max-file-size
: defines the maximum size in Megabytes that a file can weight to be displayed in the document viewer. Beyond that size, the document viewer displays a warning message instead of the document content :
Default limit is 10MB. Any non-positive or invalid value will fallback to default.
exo.ecms.documents.pdfviewer.max-pages
: defines the maximum number of pages that a document can contain to be displayed in the document viewer. Beyond that number of pages, the document viewer displays a warning message instead of the document content.
Default limit is 99 pages. Any non-positive value or invalid value will fallback to default.