Thread: PHP to PDF
View Single Post
Old 30th July 2008, 11:01 AM   #6 (permalink)
richardhall
Registered User
 
Join Date: Oct 2003
Location: Stoke-on-Trent, UK
Posts: 54
Send a message via MSN to richardhall Send a message via Skype™ to richardhall
So far I've found FPDF to be the best to implement from within PHP. Takes a while to format your pages with headers/footers/content and paging your data but for example if you're producing reports and you use a class that extends from FPDF it's easy peasy from there on - for each report you can just customise the content section/title etc and use parameters as you wish.
richardhall is offline   Reply With Quote