Footer Task

yasarts
yasarts
Offline
0
Hi,
I'm looking for how to add a footer in the pdf invoice.
I found old message about it but I would like if it's possible easily with the last version of Invoice Manager (and how).

Thanks a lot
Responses (3)
  • Accepted Answer

    Friday, March 16 2018, 11:20 AM - #Permalink
    0
    hello,

    tell me, what do you want to display in the footer? just normal text?
    The reply is currently minimized Show
  • Accepted Answer

    yasarts
    yasarts
    Offline
    Friday, March 16 2018, 11:32 AM - #Permalink
    0
    Yes, just normal text.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, March 19 2018, 05:04 PM - #Permalink
    0
    the easiest way is to add it with HTML and CSS.

    on your PDF template, add this at the beginning of the code

    <footer>Your footer text</footer>


    and in the CSS section, add this:

    footer { position: fixed; bottom: -60px; left: 0px; right: 0px; height: 50px; text-align:center; }
    The reply is currently minimized Show
Your Reply