Pushing the footer to the bottom of a page
Hi all,
I'm fairly sure this isn't possible, probably because invoices may go onto a second page, but is there a way of coding the pdf invoice output to force the footer to the bottom of the page?
Thanks!
Chris
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Seth B on 03 Dec, 2013 09:01 AM
Hi Chris,
It's a bit advanced, but through some custom CSS you can do some special things in the PDF, like set footers.
We use a software called Prince XML to convert our HTML to PDF, which comes with some special features. Here's a link to their reference on headers / footers.
http://www.princexml.com/doc/7.1/page-headers-footers/
2 Posted by CPA Design on 04 Dec, 2013 04:22 PM
Hi Seth,
Thanks for that, I'll give it a go if I'm feeling technical one day!