mgufrone / pdf-to-html

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

mkdir(): Permission denied #34

Open evalencia-lancera opened 7 years ago

evalencia-lancera commented 7 years ago

Hi,

Is it possible to set different $outputDir? http://take.ms/XrFm0

cblanquera commented 7 years ago

+1

philrennie commented 7 years ago

Looks like you can set this in config now e.g. \Gufy\PdfToHtml\Config::set('pdftohtml.output', $someDirPath . '/output/');