Ben basit bir PDF dosyası oluşturmak için aşağıdaki kodu kullandık. Bu tarayıcılarda ince yürütür, ama PDF dosyası almak mümkün değilim. Bu bana CLI kod çalıştırıyorum bazı çıktı verir; Benim şüphe Ben PDF'NIN dosya adı belirtmek yerdir.
<?php
require('fpdf.php');
$pdf=new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output();
?>
CLI output: 2 0 obj << /Type /Page /Parent 1 0 R /Contents 3 0 R >> endobj 3 0 obj << /Length 4 0 R >> stream 2.834646 0 0 2.834646 0 841.9 cm 2 J 0.2 w BT /F1 5.64 Tf ET BT 11 -16.692 Td (Hello World!) Tj ET