pyran1208
pyran1208

Reputation: 115

TCPDF custom footer (HTML!)

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

Answers (1)

Jay Bhatt
Jay Bhatt

Reputation: 5651

You can get X and Y coordinates using the getX() and getY() functions of TCPDF Class.

Upvotes: 1

Related Questions