views:

12

answers:

1

how can i show bar graph or pie chart into PDF? is there any way to do this by Zend_PDF class? pls help me

A: 

The Zend_Pdf component is a PDF (Portable Document Format) manipulation engine. It can load, create, modify and save documents.

It's a lower level module and just includes

  • Different drawing primitives (lines, rectangles, polygons, circles, ellipses and sectors).

No charts. At this sitepoint article you'll find a couple of php/pdf examples. An alternative would be to generate charts in a different library and then just use Zend_Pdf to assemble the document.

Some neat non-php charting libraries:

The MYYN