spatie/pdf-to-text

proc_open() expects parameter 1 to be string, array given

Closed this issue · 1 comments

Process gives the above error for me.
at line: $process->run();

my code:
$text = (new Pdf())
->setPdf(base_path().'/xxxx.'.pdf')
->text();

pdftotext is installed,
Laravel 5.1

thx

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.