Brian Sweeney
Brian Sweeney
Right now this is not possible with dompdf.
@cjwotbot not yet
Dompdf supports rendering form fields as static content in the PDF but not for rendering fillable forms.
Can you provide a sample of the HTML+CSS?
I can't quite represent the specific case using your example, but dompdf does appear to render with a small gap between cell backgrounds even in this simple sample: ``` @page...
You didn't say, but I presume you are using the latest version of laravel-dompdf + dompdf?
There are definitely some vertical-alignment / line-height calculation issues we need to deal with. I was sort of able to get things to line up by specifying a height on...
need to look at this in relation to #2762, which appears to render the bars at the top of the cell regardless of alignment
Things are definitely improved in the upcoming release, though tables still present some problems. Attached is the output from a render with 1.1.0 and 1.2.0 using the following test HTML....
The CSS spec doesn't support background properties on the `@page` at-rule. There are actually quite a few properties that would be useful that are not defined in the spec. You...