TCPDF - to not show footer on specific pages (https://sourceforge.net/p/tcpdf/discussion/435311/thread/6259c060/) The method $pdf->setPrintFooter(false); must be called before the next AddPage(), and then restored with $pdf->setPrintFooter(true); Alternatively you can override the Footer() method to exclude page numbers on some pages.