Answer the question
In order to leave comments, you need to log in
How to remove last page numbering in mpdf?
All pages are numbered like this:
$mpdf->setHtmlFooter('<div style="text-align:right;">{PAGENO}</div>');
Answer the question
In order to leave comments, you need to log in
Here is the solution:
$mpdf->PageNumSubstitutions[] = [
'from' => 17,
'reset' => 0,
'type' => 'I',
'suppress' => 'on'
];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question