Re: Division by zero Error with 1.0.6 version
Posted: 24 Jul 2010, 21:08
Hi, try to check your html of the content. Seems like TCPDF library has some problem with converting a table there
No idea what can be wrong there, I will try to looks tcpdf site, maybe I will find some infos about this.
Jan
Code: Select all
$table_min_column_width = ($table_columns_width / $dom[$key]['cols']);
// array of custom column widths
$table_colwidths = array_fill(0, $dom[$key]['cols'], $table_min_column_width);
No idea what can be wrong there, I will try to looks tcpdf site, maybe I will find some infos about this.
Jan