I am creating a web based billing system, in which I have to generate bill pdfs of multiple pages.
The problem is: I want to print the footer at the bottom of last print page.
#footer{
position: fixed;
bottom: 0px;
width:100%;
}
This code is printing footer on every page, but I want it only on last page.