class Pdf_Fpdf extends \DFDF
class Pdf_Fpdf extends \FPDFI have just tested an example and I do not manage to generate a page, you could show me.
//$pdf = new FPDF();
$pdf = \Pdf::forge('fpdf');
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'Hello World!');
$pdf->Output();
It looks like you're new here. If you want to get involved, click one of these buttons!