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

jelo’s picture

Subscribe

jcnventura’s picture

Status: Active » Fixed

It 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..

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.