tuto1.php

Go to the documentation of this file.
00001 <?php
00002 require('../fpdf.php');
00003 
00004 $pdf=new FPDF();
00005 $pdf->AddPage();
00006 $pdf->SetFont('Arial','B',16);
00007 $pdf->Cell(40,10,'Hello World!');
00008 $pdf->Output();
00009 ?>
 All Data Structures Files Functions Variables Enumerations