Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.0

Bug #16927 PDF class implementation incomplete?
Submitted: 2009-12-19 00:05 UTC
From: daveo Assigned: daveo
Status: Closed Package: Image_Canvas (version 0.3.2)
PHP Version: Irrelevant OS: Debian Etch
Roadmaps: (Not assigned)    
Subscription  


 [2009-12-19 00:05 UTC] daveo (Stephen Chow)
Description: ------------ undefined function pdf_new() in /Image/Canvas/PDF.php on line 311 Test script: --------------- <?php require_once 'Image/Graph.php'; require_once 'Image/Canvas.php'; $Canvas =& Image_Canvas::factory('PDF', array('page' => 'LETTER', 'align' => 'center', 'width' => 600, 'height' => 400)); // create the graph $Graph =& Image_Graph::factory('graph', $Canvas); ?> Expected result: ---------------- no error Actual result: -------------- error

Comments

 [2009-12-19 00:41 UTC] daveo (Stephen Chow)
-Status: Open +Status: Closed -Assigned To: +Assigned To: daveo
I did some digging and found out that the expensive PDFLib is required to even use the PDF class for Image_Canvas. (Don't know why you guys chose this... there are others) I withdraw this bug report.