I'm making a PDF file using PHP and TCPDF, I need to create a contract out of some data on my database but, that's fine, the trouble I'm havign is, the PDF goes blank if I pass too much text in the file, like a parragraph with 250 chars, if I put a few more it goes blank, if I delete a few, it goes ok, then I add a little bit more than before and it works! I just can't realize a consistent behabvior in the PDF generation, this is my file.
http://deudafin.com/tcpdf/examples/contrato2.php
and this is the php code of that file