print_pdf.pages.inc has:

// dompdf can't handle footers cleanly, so disable the following
//  $html = theme('print_pdf_dompdf_footer', $html);

When I uncomment this line, the footers created with dompdf 0.5.1 seem to work just fine. Can anyone provide a little more info? Perhaps I can help find a solution.

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

If you try it with enough content nodes, you'll eventually come across one where dompdf's pagination displays content all the way to the bottom of the page, overlapping with footer defined there.

Maybe the new version will fix that, whenever it comes out of alpha.

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No further info in two weeks. Closing the issue.