show/hide this revision's text 3 added 65 characters in body

I'm wondering which is the best PDF creation library for PHP, mainly for creating PDFs from scratch (not as much HTML to PDF)?

I have worked with FPDF for quite a while now, but it's getting quite old and hasn't had much for updates. I found TCPDF the other day (thanks you another question on SO). It seems very good and is based on FPDF so I don't think it'd be a big transition. FPDI also supports TCPDF which is nice as I have used it before and found it be useful.

I have also seen DOMPDF but it too hasn't had many updates for quite some time and is lacking a lot of functionality for general PDF generation. Zend (Zend_Pdf) as well as many other libraries have their own PDF libraries or extend another one, but you often have to setup the entire library, which for existing projects can be a problem.

What other libraries are there and what have your experiences with them been with the above or other libraries?

show/hide this revision's text 2 added 6 characters in body

I'm wondering which is the best PDF creation library for PHP?

I have worked with FPDF for quite a while now, but it's getting quite old and hasn't had much for updates. I found TCPDF the other day (thanks you another question on SO). It seems very good and is based on FPDF so I don't think it'd be a big transition. FPDI also supports TCPDF which is nice as I have used it before and found it be useful.

I have also seen DOMPDF but it too hasn't had many updates for quite some time and is lacking a lot of functionality for general PDF generation. Zend (Zend_Pdf) as well as many other libraries have their own PDF libraries or extend another one, but I'm looking you often have to setup the entire library, which for something that is more standalone that I existing projects can drop into any projectbe a problem.

What other libraries are there and what have your experiences with them been with the above or other libraries?

show/hide this revision's text 1

Which is the best PDF library for PHP?

I'm wondering which is the best PDF creation library for PHP?

I have worked with FPDF for quite a while now, but it's getting quite old and hasn't had much for updates. I found TCPDF the other day (thanks you another question on SO). It seems very good and is based on FPDF so I don't think it'd be a big transition. FPDI also supports TCPDF which is nice as I have used it before and found it be useful.

I have also seen DOMPDF but it too hasn't had many updates for quite some time and is lacking a lot of functionality for general PDF generation. Zend (Zend_Pdf) as well as many other libraries have their own PDF libraries or extend another one, but I'm looking for something that is more standalone that I can drop into any project.

What other libraries are there and what have your experiences with them been with the above or other libraries?

    Post Made Community Wiki by Community