Brian Sweeney

Results 826 comments of Brian Sweeney

Part of this appears to be incorrect adjustment to elements based on the line height. You can see this, particularly, with the following HTML: ``` kittens ``` I had started...

Ah ha ha yes I should have mentioned that it isn't quite ready for general use. I've seen the increased/increasing height issue. I don't think I've seen the vertical alignment...

FYI appears to be the same as #2180.

Would need to know what the original resource reference looks like as well as how the HTML document is read by Dompdf before we could supply any guidance. You can...

Hard to say without more details about the HTML + CSS used and the relevant PHP code. Perhaps a file path is incorrect?

Which version of Dompdf are you using? And do you have a sample of the HTML we can use to try to reproduce the error?

I'm unable to reproduce the issue with the sample provided. What are the parameters for generation (paper size/orientation, DPI, etc). You're using a fairly old version of Dompdf. If possible,...

The log message seems to indicate that the error is in rendering a list item. I've tried rendering the sample HTML using a variety of page configurations in the [debug...

Dompdf does not yet support the necessary functionality to render text that requires some kind of text layout such as shaping. Dompdf _can_ render the appropriate characters, but your text...

About the width of the rendered document... A4 paper size has a width of 595.28pt. At the default Dompdf DPI of 96 pixel measurements translate into the PDF at 1.3px...