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

Request #9267 Additions
Submitted: 2006-11-08 12:47 UTC
From: pepe dot biondi at gmail dot com Assigned: yunosh
Status: Closed Package: File_PDF (version 0.1.0)
PHP Version: 4.3.10 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-11-08 12:47 UTC] pepe dot biondi at gmail dot com (N)
Description: ------------ The methods below I added to my File_PDF class. This package is EXCELENT, thanks a lot, the only thing missing is these kind of methods, who brings the package to low skill programmers. New methods to File_PDF class: /** * Returns actual page width * @author nbezi * @return float Page Width */ function getPageWidth() { return ($this->w - $this->_right_margin - $this->_left_margin); } /** * Returns actual page height * @author nbezi * @return float Page height */ function getPageHeight() { return ($this->h - $this->_top_margin - $this->_break_margin); }

Comments

 [2006-12-11 07:43 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!