Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 16:14 UTC
Updated:
18 Mar 2011 at 19:21 UTC
My main pursuit is to get page numbers on every page, which I haven't acheived yet. While trying to get this to work I ran into several problems regarding the footer:
1) User defined footer doesn't appear in PDF's when using TCPDF
2) Footer block(s) only appear in PDF's when using a theme with a 'footer' region
3) Footer block(s) only appear in PDF's if a title for the block is used
I've tried to over-ride(theme) the footer function(s) to no avail. If you could point me in the right direction to create/theme my own footer so that it is actually included in the PDF I would appreciate it.
Comments
Comment #1
jelo commentedSubscribe
Comment #2
jcnventuraIt seems that TCPDF altered the way it deals with negative numbers in the writeHTMLCell() function.
I've committed a fix to git to address that change and make the footer show up again..