Add logo to bottom of pdf invoice

Holah

I want to add a logo to the bottom of the invoice
Or maybe something like a watermark , when i try to use a code like

<body>
<div style="text-align: right;">A Proud Member Of <br>
<br>
<img style="width: 135px; height: 82px;" alt="sagga"
src="http://www.aludoctor.co.za/images/SAGGA.jpg"><br>
</div>
</body>

The code breaks the whole invoice …

Does anyone know the proper way to do this ?

Do not use the body tag as it’s set by the PDF engine.

<div style="text-align: right;">A Proud Member Of <br>
<br>
<img style="width: 135px; height: 82px;" alt="sagga"
src="http://www.aludoctor.co.za/images/SAGGA.jpg"><br>
</div>