Brian Sweeney
Brian Sweeney
Can you share an image that reproduces the issue? And what version of PHP?
And do you have a sample image that triggers the error?
How are you loading your document into Dompdf? Are paths correct for local vs production systems? Are remote resources allowed via your configuration? I don't use laravel but it looks...
I understand you're using laravel-dompdf, I just don't have a test environment where I can check things since I do not use laravel. My questions are still relevant, particularly with...
@maschenborn you might try [enabling additional debug messaging](https://github.com/dompdf/dompdf/wiki/Troubleshooting-Dompdf#debugging) to see if something helpful is surfaced.
@clintLandrum would need to see a sample of what you tried plus the Dompdf options you specified.
Can you provide a sample of the HTML and CSS so we can reproduce? Also, which version of Dompdf are you using?
Those samples you provided won't be sufficient. What I would really need is the actual code, HTML and CSS, in text form so I can render it locally to see...
Are the images background images? What is the Dompdf DPI option set to? Do you have a sample I can use for testing. Dompdf converts WebP to PNG for PDF...
For sure that's going to be an issue. PNG conversion isn't currently optimized in general, and we also don't optimize for the size in place (which I think should be...