Revert "Fix issue #90 stop PO PDF page auto page breaking"
This reverts commit 9f836fd8ed.
This commit is contained in:
parent
9f836fd8ed
commit
8b5f4f2392
|
|
@ -5,7 +5,9 @@ $pdfdoc = new PDFDOC();
|
|||
|
||||
$pdfdoc->SetPrintHeader(false);
|
||||
$pdfdoc->SetPrintFooter(false);
|
||||
$pdfdoc->SetAutoPageBreak(false); // issue #90
|
||||
|
||||
$pdfdoc->SetPrintHeader(true);
|
||||
|
||||
$pdfdoc->AddPage();
|
||||
$pdfdoc->Page1Header();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue