Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 22:25 UTC
Updated:
13 Sep 2009 at 21:47 UTC
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
Comment #1
jcnventuraIf 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.
Comment #2
jcnventuraNo further info in two weeks. Closing the issue.