标签: php zend-framework pdf
我让Zend正常工作,它会打开一个PDF并保存,但是当我尝试使用drawText在PDF上写一些文本时,我得到了这个:
PHP Fatal error: Call to undefined method Zend_Pdf::drawText() in /home/whatever/test.php
我不明白为什么它不会工作,想法?