AddPage(); $pdf->AddFont('DejaVu','','DejaVuSans.ttf',true); $pdf->SetFont('DejaVu','',14); $pdf->Cell(0,10,'Zażółć gęślą jaźń',0,1); $pdf->Output('F', __DIR__ . '/test.pdf'); echo "Done\n";