搜索资源列表
fpdf
- 一个生成pdf的PHP class,是同类工具中比较出色的.-a PHP class, which is similar comparison tools outstanding.
FPDF
- fpdf类,实现pdf导出。 <? define( FPDF_FONTPATH , FPDF/font/ ) require( FPDF/fpdf.php ) $pdf = new FPDF( P , mm , A4 ) $pdf->Open() $pdf->AddPage() $pdf->SetFont( Courier , I ,20) $pdf->Cell(0,0, sssssss! ) $pdf-&g
html2pdf_v4.03_php5
- HTML2FPDF是一个PHP类库使用FPDF类库HTML文件转换为PDF文件。这个库由三个类别即PDF格式, HTML2FPDF和FPDF组成。-HTML2FPDF FPDF is a PHP class library to use library HTML documents into PDF files. The library consists of three types known as PDF format, HTML2FPDF and FPDF composition.
fpdf17
- FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.