In File: html2pdf.php Near Line: 621
Add: if (isset($attr['STYLE'])) $this->cell[$this->row][$this->col]['style'] = $attr['STYLE'];
Description: Inline CSS support for tables can be easily enabled by making the pharser read the style attribute.
Log in to post a comment.