Brian Sweeney

Results 826 comments of Brian Sweeney

This is something I've considered. It doesn't strictly follow the CSS spec, but it seems like a valuable option to have and I haven't come across a better way to...

I would expect the image to render on the first full page where the container renders since there is no preceding content. There may already be an issue related to...

You mean a page number rendered on the page itself? Have you tried styling the containing element `display: none`?

You'd have to know something about the HTML document in order to hide the page number (or just not include it from the start).

You should set the fontDir option to a directory outside the vendor directory. The fonts bundled with Dompdf will still be referenced, but any user-installed fonts will be placed in...

It looks like we need to update the script to appropriately handle Composer installations.

I'll be addressing any outstanding issues in the utils project once I finalize the 0.8.1 release.

The latest version of Dompdf supports numeric font weights. I wonder how much work it would be to update the script to do that? Also, I wonder if we can...

I've been working on fixing some of the font issues for the next release. Are you using v0.6.1?