Как мне напечатать номер предыдущей и следующей страницы на текущей странице pdf?
$mpdf->AddPage('P');
$mpdf->SetHTMLHeader('Continued from {PAGENO}'); // this should print the previous pagenum
$mpdf->SetHTMLFooter('Proceed to {PAGENO}'); //this should print the next pagenum