laravel-dompdf icon indicating copy to clipboard operation
laravel-dompdf copied to clipboard

A DOMPDF Wrapper for Laravel

Results 117 laravel-dompdf issues
Sort by recently updated
recently updated
newest added

This is First time i use dompdf in my laravel project my custom paper size is 1.5inc/4cm. but i can not do it properly. my code is $html = '...

你在做 I want to show this text in my pdf but it's showing me '???????'. I tried fonts Noto and DejaVu but it's not working. How to fix this issue?

**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...

I have tried to generate a PDF in Marathi font with Poppins-regular fonts and its show in Marathi but the format is not correct. I've also added a custom font...

` $pdf = PDF::loadView('education::classes.reports.pdf.student.memorization', $data)->setPaper('a4'); // Get the current time, but only the hour, minute, and second // Define file path and name without the time component $filename = "student_memorization_report_{$month}_{$year}.pdf";...

why keep getting this error message (Malformed UTF-8 characters, possibly incorrectly encoded) even that i've set my blade meta charset ( ), and i can see in the request header...

dompdf expects camel case instead of snake case for this specific option as seen [here](https://github.com/dompdf/dompdf/blob/5d0ca14b78e03040a6720bd7f2d72691047a47ab/src/Options.php#L362).

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](https://github.com/barryvdh/laravel-dompdf/assets/150407928/b12b4901-f1e5-4b53-a311-d3a0a091beef) Please help...

getimagesize(): corrupt JPEG data: 130816 extraneous bytes before marker at /vendor/dompdf/dompdf/src/Helpers.php:670