I am creating a large HTML table and I have problem with page breaks as you can see in the following image: Is there a method settle down the problem automatically? Or
For the interested, just do as follows and it will work like a charm:
$pdf->SetMargins(0, 0, 0); $pdf->SetHeaderMargin(0); $pdf->SetFooterMargin(0);