I have a HTML page with a CSS print layout where I want one of the divs, to always appear at the bottom of the final printed page without overlapping any of the other pages.
I’ve tried various things, including position:fixed;bottom:0; but when converted to a PDF with iText, that div was in the same position on every page.
Thanks.
have you tried Sticky footer? Always worked for me (IE / FF / Webkit)
http://ryanfait.com/sticky-footer/