pdf-to-html
pdf-to-html copied to clipboard
vendor/gufy/pdftohtml-php must have write access
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
I solved with the command line chown -R www-data:www-data vendor/* inside my docker.