Brian Sweeney

Results 826 comments of Brian Sweeney

I am so far unable to reproduce on the system I use for development, though the issue is present on the server hosting the debug helper. Must be some kind...

Looks like the issue was introduced in commit https://github.com/dompdf/dompdf/commit/1ec59f0503d27711d5fc69a6baec5386e518a869

I have a fix, looking through the tickets currently targeted for the 3.1.5 release yo determine if i want to include anything else.

Do you have sample HTML that shows the improvement?

As you saw, the current release still does not have support for table paging. This change should be included with the 4.0.0 release. How did you update your files? If...

Seems reasonable. It is a wiki so anybody can start the document at any time, though if nobody else steps up I'll see what I can put together. Maybe a...

Is this an embedded font? Dompdf doesn't provide Helvetica but instead relies on the core PDF font that is bundled with every PDF viewer. The font metrics for that font...

Interesting, maybe a name collision with the core font? If you give it a different family name, do you still experience the issue?

Is the core font replacement [guidance in the PDF/A wiki page](https://github.com/dompdf/dompdf/wiki/PDFA-Support) sufficient? If not, I'll need to do some additional testing to see what I missed.

Are any of your customers able to help debug the issue further? Or maybe supply a sample of the PNG causing problems? I'll need to see if I can reproduce....