Fix issue #90 stop PO PDF page auto page breaking
(by stopping it page breaking and just omitting the stuff that runs over)
This commit is contained in:
parent
4dd9d1c4a9
commit
9f836fd8ed
|
|
@ -5,9 +5,7 @@ $pdfdoc = new PDFDOC();
|
|||
|
||||
$pdfdoc->SetPrintHeader(false);
|
||||
$pdfdoc->SetPrintFooter(false);
|
||||
|
||||
$pdfdoc->SetPrintHeader(true);
|
||||
|
||||
$pdfdoc->SetAutoPageBreak(false); // issue #90
|
||||
$pdfdoc->AddPage();
|
||||
$pdfdoc->Page1Header();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue