mgufrone / pdf-to-html

PDF to HTML PHP Class using Poppler-Utils
MIT License
175 stars 88 forks source link

vendor/gufy/pdftohtml-php must have write access #50

Open webfaqtory opened 6 years ago

webfaqtory commented 6 years ago

pdftohtml-php creates a folder under vendor/gufy/pdftohtml-php/output. If it doesn't have write access then loads of errors starting with mkdir() permission denied

Maybe add this to the readme

Or better still, have a config setting for setting the output folder eg. /tmp

Hilha commented 4 years ago

I solved with the command line **chown -R www-data:www-data vendor/*** inside my docker.