PDF files with 15+ pages
Solved
DocuSeal
-
https://git.cloudron.io/cloudron/docuseal-app/-/blob/main/Dockerfile?ref_type=heads#L10
apt-get install -y poppler-utils
package should be added here in order to render documents with 15+ pages (the app uses pdftocairo cli util to generate page images previews for large pdf files) -
-
-
-
@girish in the latest 1.6.2 app version there is a new dependency introduced - redis-server which also should be installed here: https://git.cloudron.io/cloudron/docuseal-app/-/blob/main/Dockerfile?ref_type=heads#L10
5/6