Header and footer table in mPDF

1

I am with a pdf generated by mPDF that the table is overlapping my header and the footer. I put the code in the Gits.
insert the link description here

How to solve this?

    
asked by anonymous 24.11.2016 / 19:43

1 answer

1

The last four numbers are left, right, top, and bottom respectively.

Each should adjust according to your report.

$mpdf = new mPDF('utf-8', 'A4-L',7,'MS Serif',5,5,27,5); 
    
25.11.2016 / 12:35