标题: 用PHP生成PDF文件 with FPDF [打印本页] 作者: tznktg 时间: 2008-5-6 13:10 标题: 用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.