Brian Sweeney

Results 826 comments of Brian Sweeney

I've not seen this, do you have a sample document online that we can review?

Are these jpg images? Could be that the image has an orientation flag without having the actual pixels updated. Dompdf doesn’t parse that information when it does image processing, and...

In laravel I do not, sorry. It might be worthwhile to add support directly in Dompdf to rotate an image based on the orientation info in the EXIF data when...

Dompdf does not do anything related to orientation, it places the image as-is into the document. We would need to add some logic to actually perform rotation based on EXIF...

Dompdf does now support rendering SVG images to the document, which should support most use cases. Inserting an existing PDF into a new one, while possible, is a bit more...

The DejaVu fonts should work the same as before. Do you get any errors or notices? Are you using a stylesheet (internal or external) or inline styles? Do you have...

When you updated did you replace your dompdf_font_family_cache file? It could be that dompdf is unable to find the font file.

Odd. I do see some text on the page but not what's in the HTML. See below. ![voorsie](https://cloud.githubusercontent.com/assets/485897/7759720/c80d68ae-ffe1-11e4-9859-7d580491a75c.PNG) I took a cursory look at the PDF source and it seems...

This is most odd. Do you get any notices from PHP? Might help in tracking down the issue. Have you tried disabling font subsetting?