Mochamad Gufron
Mochamad Gufron
what do you mean by die? Does it make your laravel showing only blank page?
Unfortunately, this package can't do that. You need pdftohtml binary to do the process.
``` Config::set('pdftohtml.bin', 'poppler-0.37/bin/pdftohtml.exe'); ``` Assuming you have installed the poppler-utils. The code above, please use the absolute path instead of relative path.
Hai, can you give me your pdf you're using? i would like to test it on my device, too.
@KenFlip have you installed poppler-utils? if you haven't, please use this command below ``` shell brew install poppler ```
It doesn't matter where you run the command in. It will install on the global directory. Okay, next is check if you have properly installed the required package. ``` shell...
So, how was it? still not working or else?
Okay, send me the pdf to my email. I will check it out. :3
Yap, static pdf will work.
Hang on a sec, do you run your code through browser? or just from command line?