Hi all,
Can someone suggest me which tutorial I can follow to get thorough knowledge about creating pdf files using php?
Thanks
Hi all,
Can someone suggest me which tutorial I can follow to get thorough knowledge about creating pdf files using php?
Thanks
PDF Generation with PHP by Devshed is pretty thorough, goes into a good deal of depth.
Any problems/confusion along the way, it is always a good idea to cross-reference with the PHP: PDF - Manual page.
When I first needed to create PDFs in PHP I started using FPDF, however the documentation wasn't all that great. Following this I've now moved over to using TCPDF which I've had great success with and the documentation is a lot more detailed and precise.