Display gift message on the invoice pdf
By default, gift messages are displayed on the shipment pdf only. To display it on the invoice pdf as well, please edit
app/code/community/Fooman/PdfCustomiser/Helper/Pdf/Invoice.php
add this method
public function displayGiftMessage()
{
return true;
}