搜索资源列表
tuto6
- php fpdf chinese.php fp df chinese.php php fpdf chinese.php-php fpdf chinese.php php fp df chinese.php php fpdf chinese.php
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.
doitphp_v1.5_normal
- 一、DoitPHP的辅助开发工具(DoitPHP Tools),其强大的“脚手架”功能,使得利用本框架进行程序开发更加容易。 二、简明高效的视图运行机制,使视图文件的开发操作变得简单易行。 三、灵活的扩展模块(module)设计,能够非常容易地调用如:SMARTY、ADODB、CKEDITOR、TINYEDITOR、FPDF、PHPMAILER、PHPRPC等第三方开源程序。-One, DoitPHP Tools DoitPHP (auxiliary development tool),
PHP5 tcpdf 6.2.13 插件
- tcpdf是一個用於快速生成PDF文件的PHP5函數包。tcpdf基於FPDF進行擴展和改進。支持UTF-8,Unicode,HTML和XHTML。
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.