I'd do it like this:
$page = $mpdf->page; for ($i=1; $i<=$page; $i++) { $mpdf->page = $i; $mpdf->WriteFixedPosHTML('whatever'); }