How to change the invoice FPDF footer?

Hello,

unfortunately the invoice footer of “crabe” invoice template, which I use as a model for my own invoice template, uses returns the contents created by the pdf_pagefoot(), which does not make things easier I think. So how could I alter the footer (which by the way returns not my company name, but my personal firstname and lastname as the first row) in my FPDF invoice file? Do I need to change pdf_pagefoot() directly or is there a more elegant way? Does anyone has some example code maybe?

Thanks.

Best regards,
Ronny

Hi,

This function is defined in : htdocs\core\lib\pdf.lib.php

You can copy/past the code in your modele and modify it has you want !

1 Like

I did that, thank you!

How do I hide the border or the line at page foot