PHP PDF library

Associate
Joined
11 Mar 2003
Posts
1,328
Location
North Shields
Hi,

I'm looking for a decent PDF creation library for PHP. I'm currently using FPDF but looking to replace it since it doesn't accept spot colours (only RGB).

This library must support spot colours, and also support the loading/creation of multiple pages within the PDF. The library can be free or payware.

Any ideas? I realise that PHP has some built-in functions for handling my requirements, but they are poorly documented and I need to get this done quickly. Also I'm just looking to see what else is out there..
 
Try looking at the Zend framework...

I've always used FPDF, but I'm aware that the Zend Framework supports some fairly cool PDF stuff:

http://framework.zend.com/download

I've never tried utilizing the framework, so can't be any more help than that I'm afraid. But it might be worth having a look at...
 
Back
Top Bottom