On Jul 23, 7:00 am, Eric <
eric.winch...@gmail.com> wrote:
> Hi Brian, I'm excited about this app but am having problems rendering.
> I gathered the nested and long table issues, but it is timing out with
> a single cell and a lot of text (more than 1 page). Shouldn't it just
> spill over to the next page?
You are correct, DOMPDF will attempt to continue the text on the next
page. I think the problem in your case is just DOMPDF's inability to
work with tables efficiently. It's something we'll need to address in
a future release.
Testing an HTML document similar to yours on my own system also causes
a time-out. Your document structure isn't too complex, however, and I
found that using a DIV tag instead of a table made it possible for
DOMPDF to render correctly.
-b