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:
Karl Cordes 2024-07-20 21:51:42 +10:00
parent 4dd9d1c4a9
commit 9f836fd8ed

View file

@ -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();