I am using function draw PDF in zendFreamwork but now i meet problem with many data many page but my pdf
can draw only one page, for more data will lose. so have any solution can draw multi page ?
thanks in advance for helping. I am looking to see your reply soon.
I had a similar problem with Zend_PDF about a form.
Is the same variables in all page?
If yes, try, if possible, to use a counter on yours variables, fields ..
before:
after:
I hope it will help