Image(FCPATH.'img/pdf/logoxpress.jpg',10,6,60); // Police Arial gras 15 $this->SetFont('Arial','',8); $this->Ln(4); // Décalage à droite $this->Cell(120); // Titre $this->MultiCell(100,3,$mem_adress); $this->Cell(120); $this->MultiCell(100,3,$mem_adress2); $this->Ln(10); } // Page footer public function Footer() { // Position at 15 mm from bottom $this->SetY(-15); // Set font $this->SetFont('helvetica', 'I', 8); } } /* End of file Pdf.php */ /* Location: ./application/libraries/Pdf.php */