Image('','100','50','50','50','PNG'); $this->SetFont('Arial', 'B', 15); $this->Cell(200, 10, utf8_decode('Instituto Tecnólogico Superior Progreso'), 0, 0, 'C'); $this->Ln(20); } // EL PIE DEL PDF public function Footer() { parent::Footer(); // TODO: Change the autogenerated stub $this->SetY(-15); $this->SetFont('Arial', 'I', 8); $this->Cell(0, 10, 'Pagina'.$this->PageNo().'/{nb}', 0, 0, 'C'); } }