diff --git a/views/documents/pdf.ctp b/views/documents/pdf.ctp index 84bad6f3..cf31705d 100755 --- a/views/documents/pdf.ctp +++ b/views/documents/pdf.ctp @@ -53,7 +53,7 @@ foreach($document['DocPage'] as $page) { $LineItemTable = $this->element('line_items_table'); //echo $LineItemTable; $pdfdoc->SetHeaderMargin(30); -$pdfdoc->SetFooterMargin(30); +$pdfdoc->SetFooterMargin(35); $pdfdoc->SetPrintHeader(true); $pdfdoc->AddPage(); //$pdfdoc->MultiCell($w, $h, $txt, $border, $align, $fill, $ln, $x, $y, $reseth, $stretch, $ishtml)