TCPDF Change Footer on last page
问题 I am trying to create a pdf using TCPDF and need a different footer on the last page using the following code I can get a different footer on the first page but not the last I have looked at several post about this but can not make it work Any help implementing this would be much appreciated public function Footer() { $tpages = $this->getAliasNbPages(); $pages = $this->getPage(); $footer = 'NORMAL' . $pages . $tpages; if ($pages == 1 ) $footer = 'FIRST' . $pages . $tpages; if ($pages ==