Hi
When we define a table, it can be like this:
$pdf->ezTable($data, $titles, '', array("fontSize" => 8, "gridlines" => EZ_GRIDLINE_ALL, "justification" => "left", "width" => "720"));
What is the maximum width for A4 portrait and landscape?
Or asked in another way. When I set margins like this:
$pdf->ezSetMargins(50,50,50,50);
Which width I have to set for the table for that it has the same with as the text in the PDF?
Thanks very much.
Best regards
Mike
Hi
When we define a table, it can be like this:
$pdf->ezTable($data, $titles, '', array("fontSize" => 8, "gridlines" => EZ_GRIDLINE_ALL, "justification" => "left", "width" => "720"));
What is the maximum width for A4 portrait and landscape?
Or asked in another way. When I set margins like this:
$pdf->ezSetMargins(50,50,50,50);
Which width I have to set for the table for that it has the same with as the text in the PDF?
Thanks very much.
Best regards
Mike