php 生成 PDF 文件
2008-04-14
作者:amao 同分类文章
description:
PHP中生成pdf文件有两种途径,
一种是使用php的pdf相关扩展(PDFlib,ClibPDF )。
另一种是使用php写的用于生成pdf的库。
php的pdf扩展最出名的应该是 PDFlib (http://cn2.php.net/manual/en/intro.pdf.php)
还有就是ClibPDF,两者都是商业库,不能够免费使用。
ps:PDFlib Lite 是开源的,但是也只能使用于某些特定的场合。(PDFlib Lite is available as open source. However, the PDFlib Lite license allows free use only under certain conditions.)
他的授权条件是http://www.pdflib.com/products/pdflib-family/pdflib-lite/pdflib-lite-licensing/
基本上,如果你开发开源软件 或者 你是个人用户 或者你是research user。才可以免费使用PDFlib Lite
新发现一个http://cn2.php.net/manual/en/intro.haru.php 这个是免费的,不过现在还是实验性质的。
另一种就是直接php写的库 (http://cn2.php.net/manual/en/faq.using.php#faq.using.freepdf)
http://www.ros.co.nz/pdf/,
http://www.fpdf.org/,
http://www.gnuvox.com/pdf4php/,
http://www.potentialtech.com/ppl.php.
http://pear.php.net/package/File_PDF
相关
MySQL两种表存储结构MyISAM和InnoDB的性能比较
PHP开发框架总结
utf8字符串截取
IT业员工的流动很大的一个原因
适合少量php编译加密的方案
linux远程管理工具Webmin安装指南
免费的sftp上传工具 :PSFTP
File_Bittorrent
面向对象程序设计怎么设计对象
IPB代码阅读笔记(1), index.php结构分析