Brian Sweeney

Results 826 comments of Brian Sweeney

Have you allowed remote files (set isRemoteEnabled to true)? I know "localhost" is not a remote URL but as far as Dompdf is concerned anything accessed over HTTP is remote.

Sounds like you've done the basics with regard to trouble-shooting. I don't have any additional thoughts off the top of my head. You might try enabling additional debugging ([debug configuration...

@Ajility97 yeah that is definitely one way around the issue. Sorry I didn't have any better advice on what was causing problems fetching the image.

I think part of the issue is how line height is being calculated. Could be related to #670.

this should be fixed with the next release

Is that path valid for your Dompdf installation? How was the font installed (`@font-face` would be the typical method)? Possible that the storage directory was cleared at some point?

Can you provide a bit more context? I've been able to render that type of image reference without issue. Also, I think this could break rendering `` depending on how...

I'll have to think through this scenario a bit more.

Nothing yet. I'm not entirely opposed to the idea I just need to think about the implementation. A few comments/questions: 1. The implementation as written won't work. The chroot option...