Exist any way to set the Height of header when use SetHTMLHeader function?
In the first page the size by default is correct but in the next pages, the content overwrites the end part of the header.
Regards, Oscar.
Finally use this:
$this->mpdf->mPDF('utf-8','A4','','','15','15','28','18');
When 15=margin-left
, 15=margin-right
, 28=margin-top
, 18=margin-bottom
And now works well. Regards, Oscar