barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.59k stars 289 forks source link

/usr/local/bin/wkhtmltopdf not found #521

Open yogeshGroony opened 8 months ago

yogeshGroony commented 8 months ago

To resolve above issue I had to replace the command given in readme

cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/

with following one

cp vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64 /usr/local/bin/wkhtmltopdf