I\'m using the mPDF library to generate PDF docs directly from HTML output. The problem is that this mPDF library is written as it is and it is generating dozens of notices
It seems the error occurs just when it tries to write out the new table headings for each page. I commented out in V 5.4 line 26210
#$this->TableHeaderFooter($tablefooter,$tablestartpage,$tablestartcolumn,'F',$level, $firstSpread, $finalSpread); // mPDF 5.3.36
The heading where not getting drawn regardless so commenting out this line had no effect other than killing the notices.