|
From: sanjay r. <san...@gm...> - 2009-04-14 13:15:57
|
Hi, Firstly, thanks for great work. I am using Dompdf for generating reports. I have just created html report first... While generating I have set <? ob_start(); ?> and at the end <? $text = ob_get_contents(); ob_get_clean(); ?> and sending '$text' variable to dompdf for generating PDF. It works fine for me when there is less data (around 100 rows in html table). But fails when there is more data in html report. The server stops working and displays error 'The page can not be displayed'. I am using wampserver with defaunt settings. I have tried by increasing 'Memory_Limit' and 'Execution time' in php.ini file But that did not helped me. So, can you please tell me if there is any other solution for this problem. Also can you please tell me the important settings to done while using Dompdf. Thanks, sanjay rajmane |