PHP allows us to generate PDF files dynamically, which can be useful for a variety of tasks. There are many ways to create PDF using PHP and one of them is FPDF. FPDF is a free PHP class containing a number of functions that let you create and manipulate PDFs.
You can download FPDF here and it contains manual you can use to create pdf.