What is FPDF?FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. The advantage is that PDFlib requires a fee for a commercial usage. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.FPDF可以让我们创建pdf文件而不用去调用PDFlib这里可以下到最新的windows下的版本:http://www.fpdf.org/en/dl.php?v=152&f=zip这里可以下到中文手册:http://www.fpdf.org/en/dl.php?id=72若要其他版本可以到这里下到:http://www.fpdf.org/这也是FPDF的官方网站,如果有问题可以去上面问,回复
.... [阅读全文]