Zend が正常に動作しており、PDF を開いて保存しますが、実際に drawText を使用して PDF にテキストを書き込もうとすると、次のようになります。
PHP Fatal error: Call to undefined method Zend_Pdf::drawText() in /home/whatever/test.php
なぜうまくいかないのか理解できません。
Zend が正常に動作しており、PDF を開いて保存しますが、実際に drawText を使用して PDF にテキストを書き込もうとすると、次のようになります。
PHP Fatal error: Call to undefined method Zend_Pdf::drawText() in /home/whatever/test.php
なぜうまくいかないのか理解できません。