| 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. |