"FOOMAN -INSERT PDF BREAK "
File name:Order.php
File path:
/domains/webmeester.eu/public_html/Clients/dailyvoucher/app/code/community/Fooman/EmailAttachments/Model/Order/Pdf
Function:
getPdf()
In the getPdf function you will see following lines
$page = $pdf->newPage(Zend_Pdf_Page::SIZE_A4);
$pdf->pages[] = $page;
Just repeat the above two lines to add a new page in the pdf.