Jeckky / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

table is cut if its one row is long #475

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

The problem is in my pdf there are numbers of rows and rows have different size 
(width) .if a row has width long than page height 
then it is cutting when page finish. and if the coming row has size more than 
left on current page then it is start printing from second page .

What is the expected output? What do you see instead?

dompdf 6.3 ,windows xp 

Please provide the HTML source code you want to convert, or any additional
information.

Original issue reported on code.google.com by amtpraja...@gmail.com on 26 Apr 2012 at 1:04

Attachments:

GoogleCodeExporter commented 8 years ago
It would help to see the HTML that's causing the problem.

Original comment by eclecticgeek on 27 Apr 2012 at 2:12

GoogleCodeExporter commented 8 years ago
Please find attachment of html

Original comment by amtpraja...@gmail.com on 27 Apr 2012 at 4:54

Attachments:

GoogleCodeExporter commented 8 years ago
Hello, this is problem related to the inability for dompdf to split tables 
cells between pages. When we can detect an infinite loop that could happen when 
dompdf tries to push the cell to the next page indefinitely, we don't create a 
new page, this is what happens in your case.

Original comment by fabien.menager on 28 Apr 2012 at 10:56

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:16