Install pdftotext
To install the pdftotext component, follow these steps:
-
Log in to the server console and execute the following command:
-
Debian:
$ sudo apt-get update && sudo apt-get install -y xpdf
-
CentOS:
$ sudo yum install poppler-utils
-
-
Update the /opt/bitnami/apps/resourcespace/htdocs/include/config.php file by adding the line below to it:
$pdftotext_path='/usr/bin';
-
Restart Apache:
$ sudo /opt/bitnami/ctlscript.sh restart apache