Chartjs-Generate PDF from HTML page made with Bootstrap and ChartJS in Laravel

1👍

added in the config/dompdf.php

"enable_html5_parser" => true,

0👍

I ended up using WKHTMLTOPDF and generating images corresponding to the charts before (browser side). Fastest solution for me 🙂

Leave a comment