Brian Sweeney
Brian Sweeney
What do you mean when you say it doesn't work properly?
I would need to see the actual rule you were using.
@guyinpv this is correct. Font parsing can be a lengthy operation and so once a font has been "installed" Dompdf won't re-parse it (based on the font name and/or originating...
Not sure why that variable would be empty. It shouldn't be called without a valid path. It's possible Dompdf thinks it has a valid font path but when run through...
That is ... odd. The second call in Cpdf is to read the temporary file created for font subsetting and could be the source of the issue. Maybe an optimization...
I'm going to leave this open so we can address the lack of error handling with the next release. Which may just be reverting to loading the full font file...
FYI your method could be used for artifact path validation. It would need to be set before other options since path validation is performed when changing the option. To do...
FYI when I try to use an invalid path I get a message that the system's temp directory was used instead, which is potential behavior per the [PHP documentation](https://www.php.net/manual/en/function.tempnam.php): >...
It is true that dompdf does not yet support the "col" tag. In the meantime you should be able to set up the widths using the other two methods. With...
The problem due to the fixed table layout styling. It looks like when you style the table in this way the column widths are ignored and the width of the...