[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 require ('../fpdf.php'); 3 4 $pdf=new FPDF(); 5 $pdf->AddFont('Calligrapher','','calligra.php'); 6 $pdf->AddPage(); 7 $pdf->SetFont('Calligrapher','',35); 8 $pdf->Cell(0,10,'Enjoy new fonts with FPDF!'); 9 $pdf->Output(); 10 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |