Closed GoogleCodeExporter closed 9 years ago
There isn't an infinite recursion, but it may be more than your system can
handle. Two questions: How much memory is available to dompdf? Can you let us
know how much memory dompdf is using when your xDebug limit is lifted (and
apache crashes)?
FYI, I am able to render this document on my own server:
http://eclecticgeek.com/dompdf/debug.php?identifier=e98d9cf235af92bf1285b1b6e70b
3f5d
Original comment by eclecticgeek
on 13 May 2012 at 3:37
I removed xdebugger for the recursion limit and I increased the memory limit de
512M. It now renders, but the image is on the right and over the text.
Original comment by Ph.Ha...@gmail.com
on 14 May 2012 at 1:34
width: auto on the floating DIV is causing issues for dompdf. If you specify
the width (try width: 200px;) the document will render as expected.
We're still working to fully support float. This feature has come a long way,
but you can still consider it somewhat experimental (thus the configuration
setting). Watch Issue 19 for updates to float support.
Original comment by eclecticgeek
on 15 May 2012 at 2:00
Original comment by eclecticgeek
on 30 May 2013 at 5:16
Original issue reported on code.google.com by
Ph.Ha...@gmail.com
on 11 May 2012 at 1:44Attachments: