Table about Header and Footer in mPDF

Asked

Viewed 1,093 times

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?

inserir a descrição da imagem aqui

  • Have you tried taking the tags off <html> and <head> ?

  • Yes. It was the same.

  • I had an evolution changing $mpdf = new mPDF(); but the header is still climbing.

1 answer

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

You are not signed in. Login or sign up in order to post.