MPDF在当前页面上打印上一页和下一页

时间:2019-03-19 04:26:13

标签: php html pdf mpdf

如何在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

0 个答案:

没有答案
相关问题