Hello everybody, i have an issue with a PDF file that i am generating
on the fly. I have some PDF generated with dynamic data from a MySQL
Database and everything was working perfectly, by chance i do a test
with a register that contains a lot more of data so the PDF will take
more pages for the information to fit...... but a big surprise come
in.... "File is damaged and could not be repaired" after several hours
trying to figure out the error, i noticed that the error dissapear if
i comment several lines of code that i have to 'imprint' the footer on
every page or by reducing the amount of information that i need to
display.
I try several reorganizations of the code without successfull results,
does anybody knows what could be a cause for this error???
Server Environment : PHP 5.0, MySQL 4.1, Apache 2.0 PDFLibLite 6.0
Enrique