搜索资源列表
fpdf
- 一个生成pdf的PHP class,是同类工具中比较出色的.-a PHP class, which is similar comparison tools outstanding.
FPDF_152-html-zh_CN
- FPDF这个PHP Class允许你采用纯PHP(更确切地说就是不需要使用PDFlib)来生成PDF文件。它所具有的特点包括:可选择的unit大小,页面格式和页边距;页眉和页脚管理;自动分页;自动换行与文本自动对齐;支持JPEG与PNG图片格式;支持着色和文件超链接;支持TrueType,Type1与 encoding;支持页面压缩。-FPDF this PHP Class allows you to pure PHP (and more specifically is not required
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.