Display the integrated labels to all pdf pages

In app/code/community/Fooman/PdfCustomiser/Model/Mypdf.php, there is a method 

public function Footer()

adding something like this:

$this->OutputCustomerAddresses($helper, $helper->getSalesObject()->getOrder(), $helper->getPdfIntegratedLabels());

might do the trick. There are some extra work needed in case $helper->getSalesObject() returns an order object already.

Still need help? Contact Us Contact Us