©
本文档使用 PHP中文网手册 发布
[#1] Me at Izzmo dot com [2009-07-22 08:42:24]
If you only have PDFLib Lite installed, I would not recommend bothering with this library, as you can really only output text and import an image, and that's about it. Forget about adding complexities such as color, blocks and other elements. Switch to an open source library such as FreePDF (http://www.fpdf.org).
[#2] deadhorus at gmail dot com [2009-05-04 04:15:05]
If you need to use 'pdf templates' use Apache FOP (XSL-FO parser). You can call it from php by using the exec function or by using a php-java bridge. I am successfully using the exec function...