PDF Preview Issue
When you select a PDF that has been posted to Mattermost, the preview is not at a readable size and it only shows the first 5 pages. As we use Mattermost to circulate confidential documents to our Advising and Dispute Resolution Committee, this isn’t ideal as folks would prefer to preview only and not download to their computers.
-
Vincent commented
Looked into it, and could only find https://github.com/mattermost/mattermost-server/blob/3289c856130c4d1956dda9229fb3c6a060655b1a/webapp/components/pdf_preview.jsx
This code has a clear "const MAX_PDF_PAGES = 5;" in it, which would be easy to override. But... unfortunately it has been replaced with other PDF-preview code, and I'm not following how the code works now.