Exist any way to set the Height of hearder when use SetHTMLHeader function?
In the first page the size by default is correct but in the next pages, the content overwrite the end part of the header.
Regards, Oscar.
Exist any way to set the Height of hearder when use SetHTMLHeader function?
In the first page the size by default is correct but in the next pages, the content overwrite the end part of the header.
Regards, Oscar.
UPDATE 2019
Since version 7 parameter set as an array:
References:
https://mpdf.github.io/reference/mpdf-functions/construct.html
https://mpdf.github.io/configuration/configuration-v7-x.html
Finally use this:
When
15=margin-left
,15=margin-right
,28=margin-top
,18=margin-bottom
And now works well. Regards, Oscar