show/hide this revision's text 2 added 2 links

I do NOT like pdfLib or fPDF... TCPDF is by far the best one, especially if you need to get your work done in a reasonable amount of time (i.e. the boss needs PDF reports from your web application TODAY or this week). These other libraries require you to exactly position items and don't have HTML to PDF conversion. TCPDF does alot of the hard work for you, even if you need to write something using its multicell method. Its a very smart, fast library and will get the job done alot faster than many of the other libraries out there. Plus, it is being updated on a regular basis for PHP 4 and PHP 5 - just about every week there's a new update.

A developer who had my job, before me, used pdfLib - took weeks to create a couple reports, formatted the way the company needed them. Using TCPDF, I had ninety percent of some more advanced reports done in a few hours.

Also, TCPDF doesn't require anything to be compiled or added to your server - you just tar/unzip it to your server into an appropriate path, and its ready to go.

You can find example of TCPDF here.

show/hide this revision's text 1 [made Community Wiki]

I do NOT like pdfLib or fPDF... TCPDF is by far the best one, especially if you need to get your work done in a reasonable amount of time (i.e. the boss needs PDF reports from your web application TODAY or this week). These other libraries require you to exactly position items and don't have HTML to PDF conversion. TCPDF does alot of the hard work for you, even if you need to write something using its multicell method. Its a very smart, fast library and will get the job done alot faster than many of the other libraries out there. Plus, it is being updated on a regular basis for PHP 4 and PHP 5 - just about every week there's a new update.

A developer who had my job, before me, used pdfLib - took weeks to create a couple reports, formatted the way the company needed them. Using TCPDF, I had ninety percent of some more advanced reports done in a few hours.

Also, TCPDF doesn't require anything to be compiled or added to your server - you just tar/unzip it to your server into an appropriate path, and its ready to go.