Zunenonooo / dompdf

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

this may be not new issue but could u still help me? #524

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
table did not continue to second page..

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

What version of dompdf are you using? What version of PHP? On what
operating system?
win7,PHP Version 5.3.8

Please provide the HTML source code you want to convert, or any additional
information. i already added.. page-break-after:always;

Original issue reported on code.google.com by ven...@paceacademy.edu.ph on 27 Jul 2012 at 9:21

Attachments:

GoogleCodeExporter commented 8 years ago
dompdf_0-6-0_beta3

Original comment by ven...@paceacademy.edu.ph on 27 Jul 2012 at 9:27

GoogleCodeExporter commented 8 years ago
I have seen a problem like this, I don't know if anyone has reported an issue 
for it. It's likely a flaw in the code to help prevent repaging content that 
doesn't fit on a single page. Can you post the HTML for the document?

Original comment by eclecticgeek on 27 Jul 2012 at 1:52

GoogleCodeExporter commented 8 years ago
I think this happens when a table has already been "pushed" to the next page 
because it couldn't fit in the previous page and that it cannot be split 
because the table itself is in a table cell.

Original comment by fabien.menager on 27 Jul 2012 at 2:59

GoogleCodeExporter commented 8 years ago
This also happens if, for example, you surround a table with a DIV styled 
`page-break-inside: avoid` and the DIV flows to a new page. I'm not sure if 
dompdf is treating the DIV as if it should never page break, or if the 
page-break protection is getting in the way.

Original comment by eclecticgeek on 27 Jul 2012 at 5:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
well looks like table within a table is the problem..tnx! haha *hugs* hmm 
one more thing... can i also export images to pdf?

Original comment by ven...@paceacademy.edu.ph on 30 Jul 2012 at 3:51

GoogleCodeExporter commented 8 years ago
We like to keep issue threads relevant to the defined issue. Can you post your 
question to the support group so everyone can benefit?

Original comment by eclecticgeek on 30 Jul 2012 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by eclecticgeek on 24 May 2013 at 3:00