- FPDF
-
用PHP生成PDF文件 with FPDF
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文件而不...