Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EZPDF - Documentation, Tutorial, Anything? [closed]

I've been handed a project that utilizes the ezpdf class to generate PDF files. Problem is, I can't seem to find any documentation on it on the net.

I've figured out most of changes that my bosses want implemented by looking into the code itself. What I couldn't figure out is how to change the background color of a table headers.

Can anyone point me to the right direction?

like image 614
rgin Avatar asked Jun 27 '12 08:06

rgin


1 Answers

It appears that the eZ PDF Library is deprecated as of 4.x (doc.ez.no). However if you visit pubsvn.ez.no you will find some documentation generated from the code. If you are doing this all from the templates then the template pdf functions which use the eZPDF library should still work, look here for documentation.

like image 153
harmstyler Avatar answered Sep 22 '22 05:09

harmstyler