For sure it would be a good plug-ins (I have not check it).
You can check fpdf too (free open source).
PHP - Manual: PDF
2024-11-15
For sure it would be a good plug-ins (I have not check it).
You can check fpdf too (free open source).
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).
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...