HI all,
I want to create large PDF files using Zend_Pdf. I have approx 2 million
records in database and I want to create PDf of that. I know that much array
size would causing me Memoery Exhaustion error.
So I decided to Add Some data to pdf file and then fetch next data and then
try to append to that pdf files, Now problem is that when I try to append to
that file, I get pages overwrite. so it increases Size but I can see only Last
pages inserted before save not all.
What could be solution for that?
Thanks,
Dhaval