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

body { font-family: verdana, sans-serif; } table { margin-bottom: 2em; } thead { background-color: #eeeeee; } tbody { background-color: #ffffee; } th, td { padding: 3pt; } table.separate { border-collapse:...

I am using Laravel 11. On my generated pdf, the image is not being loaded.

Hi there! I'm using this package with laravel modules and the CSS and the external images are no longer working. Everything works on my local environment as it should, but...

**Description** When attempting to generate a PDF using the current implementation, the process gets stuck indefinitely. After investigation, it appears that the underlying cause is a missing file required by...

**Describe the bug** It's impossible for me to get images to render. I tried avery solution found in the internet, change image format, changing config to enable remote, transform images...

**Describe the bug** `dompdf 3.1.0` now validates data-uris, which makes data-uris fail with the [default config file](https://github.com/barryvdh/laravel-dompdf/blob/d2b3a158ba6e6c0fbb97208aa37dc764642ce5d5/config/dompdf.php) as it doesn't have any `data://` entry in the `allowed_protocols` config array: See...