AddPage(); $pdf->WriteHTML($html); $pdf->Output("sample.pdf"); echo "PDF file of codehaven is generated successfully!"; ?>