PDF files with 15+ pages
Solved
DocuSeal
-
wrote on Nov 23, 2023, 4:29 PM last edited by
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) -
I have published a new package.
-
-
-
wrote on Jun 25, 2024, 5:19 AM last edited by
@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
-
@docuseal thanks for the heads up! Cloudron has a redis addon, so I have added that to the package now and configured REDIS_ENV accordingly.