Change bottom margin to 1.5 to fix #90
This commit is contained in:
parent
8b5f4f2392
commit
3282d5bcd6
|
|
@ -3,9 +3,9 @@ App::import('Vendor','pdfdoc');
|
|||
|
||||
$pdfdoc = new PDFDOC();
|
||||
|
||||
$pdfdoc->SetPrintHeader(false);
|
||||
$pdfdoc->SetPrintFooter(false);
|
||||
|
||||
$pdfdoc->SetPrintFooter(false);
|
||||
$pdfdoc->SetAutoPageBreak(true, 1.5); // issue #90
|
||||
$pdfdoc->SetPrintHeader(true);
|
||||
|
||||
$pdfdoc->AddPage();
|
||||
|
|
|
|||
Loading…
Reference in a new issue