Php generates the best MPDF class for PDF, and php generates pdfmpdf. The best MPDF class for php to generate PDF. the official website for php to generate pdfmpdfmpdf: www. mpdf1.commp dfdownload has an instance after downloading it. you can refer to it for details. of course, the best MPDF class for official php to generate PDF, and Phpto generate pdfmpdf
Mpdf official: http://www.mpdf1.com/mpdf/download
Download there are instances, you can refer to do a know. of course, the official website also has an instance, Web site: http://mpdf1.com/common/mpdf/examples/
Official documentation: http://mpdf1.com/manual/
UseAdobeCJK = true; $ mpdf-> SetAutoFont (AUTOFONT_ALL); // The static file to be generated: html#file_get_contents('template.html '); echo $ html; exit; // set the content of the PDF header $ header ='
'; // Set the content of the PDF footer $ footer ='
|
Footer |
Page Number: {PAGENO}/{nb} |
'; // Add the header and footer to the pdf file $ mpdf-> SetHTMLHeader ($ header); $ mpdf-> SetHTMLFooter ($ footer ); // Set the pdf display mode $ mpdf-> SetDisplayMode ('fullpage'); // Set the pdf size to 270mm * 397mm // $ mpdf-> WriteHTML ('
'); // Create a pdf file $ mpdf-> WriteHTML ($ html); // delete the first page of the pdf file (one more page due to setting the pdf size) // $ mpdf-> DeletePages (); // Output pdf $ mpdf-> Output (); exit;?>
Mpdf official: http://www.mpdf1.com/mpdf/download download there are instances, you can refer to do a know. of course, the official...