This is a hack, but had you considered preprocessing the html to inject the footer content before rendering to pdf?
This could then be repeated by css rules targeting print.
Print stylesheets are always a bit brittle, and it'll only work in the case that the page content is pretty simple but you might make it work for your specific case...