|
Question : Can I create PDF files from php?Answer :Yes you can there is a series of functions in php to do just that, for more information on creating PDF documents from within php read the following article from zend:
http://www.zend.com/zend/spotlight/creatingpdfmay1.php
If you need a ready to use PDF php lib we sugest you look at the following:
http://sourceforge.net/projects/pc4p/
|