Reputation: 115
I found how to create custom footers with TCPDF, but this is only applying with text. Is there any possibility to use html? There is a function called "writeHTMLCell" but it needs x and -coordinates which I think is a problem.
Upvotes: 0
Views: 3778
Reputation: 5651
You can get X and Y coordinates using the getX() and getY() functions of TCPDF Class.
Upvotes: 1