barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.7k stars 966 forks source link

I can’t download/export my PDF #1011

Open Devhezky opened 11 months ago

Devhezky commented 11 months ago

I use dompdf to download/export my pdf. But i’m facing this issue when try to download the file, are there anyone have face the same problem?

https://github.com/barryvdh/laravel-dompdf/assets/150407928/fe73aef1-3c49-4ea6-aefb-9272da169070

IMG_0908

Please help me to resolve this problem 🥲🙏🏼

parallels999 commented 11 months ago

Font not found, read dompdf documentation Also https://github.com/barryvdh/laravel-dompdf/blob/424a223ce80e7afc8bfb6e84449679efe272fbb5/.github/ISSUE_TEMPLATE/bug_report.md?plain=1#L10-L12

This is just a Dompdf wrapper! I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters/images/html etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.