Вот мой код: < /h3>
Код: Выделить всё
$globaloptions = array(
'page-size' => 'A4',
'margin-top' => '0',
'margin-right' => '0',
'margin-bottom' => '0',
'margin-left' => '0',
'encoding' => "UTF-8",
'no-outline',
'orientation' => 'Landscape',
'enable-javascript',
);
$pdf = new Pdf;
$pdf->setOptions($globaloptions);
Подробнее здесь: https://stackoverflow.com/questions/614 ... hite-space