File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/tutorial
Editing: tutorial/tuto7.php
Full path: C:\ict\ICT\tutorial\tuto7.php
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<?php define('FPDF_FONTPATH','.'); require('../fpdf.php'); $pdf = new FPDF(); $pdf->AddFont('Calligrapher','','calligra.php'); $pdf->AddPage(); $pdf->SetFont('Calligrapher','',35); $pdf->Cell(0,10,'Enjoy new fonts with FPDF!'); $pdf->Output(); ?>