Issue
Is there a way to install the pdftotext utility from the Poppler library on a CloudLinux server?
Environment
- CloudLinux
- CageFS
Solution
To install pdftotext, run the following commands:
# yum install poppler-utils
# pdftotext -v
Enable it for users inside CageFS
1. Create a configuration file /etc/cagefs/conf.d/pdftotext.cfg with the following content:
[pdftotext]
comment=pdftotext binary from poppler-utils
paths=/usr/bin/pdftotext
2. Update CageFS to apply the configuration:
# cagefsctl --addrpm poppler-utils
# cagefsctl --update
Comments
0 comments
Please sign in to leave a comment.