Brian Sweeney

Results 826 comments of Brian Sweeney

I'm seeing the same result in 0.8.0 as in 0.8.2. Maybe the sample is simplified a bit too much? I'd have to ponder this one in relation to the spec...

And with more recent releases we do honor the margin. I do think more investigation is necessary.

This is a known problem, though I can't recall if there's already an issue associated with it.

We'll patch this up in the next release, in the meantime just `unset` your dompdf variable and re-instantiate before each subsequent use. FYI, also bad is calling both the `output`...

I really don't know, but maybe we can add a service class to the utils project that provides this type of functionality. Basically a wrapper that, when `loadHtml` is called,...

I haven't looked into it yet so I can't really say. I would expect the actions you take when you load an HTML document and render it would reinstantiate the...

Something else I've found is that you would need to clear out the cached results of the `Style::length_in_pt` method. These are stored in a static variable and so persist across...

@arimourao one way I've gotten around the reuse problem is to `exec` a second PHP document that actually performs the PDF render. If that's not an options I'll have to...

Would need to see a sample of the HTML + CSS to be able to provide any feedback.