Library to create a tables in Zend Framework PDF
I had to create a PDF with a tables in a Zend Framework project I am making.
I have searched the web and have not found any library that can be used for this from the box, but I have found on GitHub a start of the library I was needed:
https://github.com/btm6084/Zend_PDF_Helper
Unfortunately the library was incomplete and not maintained, so I contacted the owner and he gave me the permission to take the code and do what I like with it.
So here is my version (working one) of the library that can create tables in PDF using Zend Framework PDF library.
Zend Framework PDF Table Helper
I will write a working example soon and post it here and on GitHub.
Waiting for your working example !
Durgaprasad Budhwani
August 21, 2011 at 11:10 am
I think I did it in: but I will try to add a fully working example.
Alex (Shurf) Frenkel
August 22, 2011 at 7:21 pm