To install pdf to text type:
|
1 |
yum install poppler-utils |
then edit php.ini file: /usr/local/lib/php.ini
|
1 |
disable_functions = symlink, show_source, exec, allow_url_fopen, popen, escapeshellcmd, phpinfo, passthru, dl |
and finally restart apache
|
1 |
service httpd restart |
