Brian Sweeney
Brian Sweeney
@marrch-caat I'll try to get back to you this week on what's possible, not possible.
@marrch-caat typically what I would suggest for a multi-column layout would be to render the two columns separately in separate documents then use something like [FPDI](https://www.setasign.com/products/fpdi/about/) to merge them. The...
The margin-right styling is a quirk of dompdf. Most browsers will place floated elements inside the margin of an element without affecting the content unless the float width is larger...
I haven't had a chance to take a closer look yet. If you add `clear: both;` to the `.BlankResumePrint_row` styling does that help?
Our `:before` and `:after` support still needs a bit of work. For the most part the layout on these elements doesn't work quite as well as it needs to. Relating...
@marrch-caat not for this issue, not yet.
This is very, very nice. Comparing renderings against a reference is one of the things I've wanted to add to the unit tests.
My renderings are failing on two different systems, one Windows and one Mac. The rendering on those systems appear to be similar, though I only did a quick visual inspection....
Font support in GD seems OK to me, though I haven't tested on a lot of systems. I rendered the following html on my two system: ``` @page { margin:...
Here's what I got for float-width.html: 