Error on export to PDF with Maatwebsite

1.1k views Asked by At

I want to export to PDF in Laravel 5.5 with maatwebsite/laravel-excel. When I try to export to excel it works. But when I export to PDF I get this error:

Unable to load PDF Rendering library

I've tried to change the entry in composer.json from "dompdf/dompdf": "^0.8.1" to "dompdf/dompdf": "0.6.2" without success.

1

There are 1 answers

1
RafaelQm On

Laravel-excel is deprecated.

You should use snappy https://github.com/barryvdh/laravel-snappy with wkhtmltopdf https://github.com/wkhtmltopdf/wkhtmltopdf