generalresourcespace

Install pdftotext

To install the pdftotext component, follow these steps:

  • Log in to the server console and execute the following command:

          $ sudo apt-get update && sudo apt-get install -y xpdf
    
  • Update the /opt/bitnami/resourcespace/include/config.php file by adding the line below to it:

      $pdftotext_path='/usr/bin';
    
  • Restart Apache:

      $ sudo /opt/bitnami/ctlscript.sh restart apache
    
Last modification February 9, 2023