1
I have a pdf generated by mPDF that the table is overwriting my header and footer.
I put the code in Gits.
insert link description here
How to solve this?
1
I have a pdf generated by mPDF that the table is overwriting my header and footer.
I put the code in Gits.
insert link description here
How to solve this?
1
The last four numbers are respectively left, right, upper and lower margin.
Each should adjust according to their report.
$mpdf = new mPDF('utf-8', 'A4-L',7,'MS Serif',5,5,27,5);
Browser other questions tagged php mpdf
You are not signed in. Login or sign up in order to post.
Have you tried taking the tags off
<html>
and<head>
?– Augusto
Yes. It was the same.
– fabricio_wm
I had an evolution changing $mpdf = new mPDF(); but the header is still climbing.
– fabricio_wm