// Create a new FPDF object $pdf = new FPDF();
// Add a page $pdf->AddPage();
// Set font $pdf->SetFont('Arial', '', 12);
Subscribe to our newsletter