// Page footer function Footer() { // Position at 1.5 cm from bottom $this->SetY(-15); // Arial italic 8 $this->SetFont('dejavusans','I',8); // Page number //$this->Cell(0,10,'Сторiнка '.$this->PageNo() ,0,0,'C'); //$this->Cell(0,10,'Сторiнка {nb}'.$this->PageNo().' {nbpg} ',0,1,'C'); //var_dump(); exit; $this->Cell(0,10,'Сторiнка {PAGENO}'.$this->PageNo().' {nbpg} '.$this->docPageNumTotal($this->pages),0,0,'C'); }
I am trying to display the last page in mpdf - for now, by no means, already on the stacker flour eng found similar options - but they do not work ((