Zunenonooo / dompdf

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

Not Proper pdf Output #507

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

I am having very simple html + css file for Invoice.

and expecting the same looks of output as I can see in html.
but I am not getting proper pdf. 

Issues : 
    Bad looking CSS (and not exact as per required)
    leaves 6-7 page
    brakes in pdf the records are out of page then doesn't come to next page

HTML + CSS Code + Preview : 
http://jsfiddle.net/QdhdW/

PDF Output of the File : 
https://www.box.com/s/f7cb2283d196db530702/1/308571392/2459796670/1

Can anyone suggest me what I am missing ??

Original issue reported on code.google.com by anish.web1@gmail.com on 20 Jun 2012 at 7:50

GoogleCodeExporter commented 8 years ago
The main issue you're encountering is due to a known bug. See issue 91.

Moving the main table out of the containing table significantly improves 
rendering. There are still some formatting issues to address, but they are 
fairly minor. See here:
http://eclecticgeek.com/dompdf/debug.php?identifier=b1fa4eda44c8440754395d4255c4
437d

Original comment by eclecticgeek on 20 Jun 2012 at 2:59

GoogleCodeExporter commented 8 years ago

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