On Jul 30, 8:12 am, fearghalm <
fearghalmurphy1...@googlemail.com>
wrote:
> Apologies. Yes, I did render the pdf the second time..still getting a
> blank page
> using the following:
>
> $dompdf->load_html($html);
> $dompdf->set_paper('a4', 'portrait');
> $dompdf->render();
> $dompdf->stream("dompdf_out.pdf");
>
> The $html is large, but tables are complete and entire HTML
> is valid...
A large HTML document with tables could require more memory or
execution time than is allowed on your system. You should see an error
message with "display_errors" set to on. You might want to check with
your web host to find out what you need to do to see PHP errors.
It might also be useful to know the operating system, web server, and
php version on your server.