I am using TCPDF for generating pdf. I am able to set margin for left,top and right using SetMargins($left, $top, $right = -1, $keepmargins = false)
but not able to set margin for the bottom of the pdf page.
Can any one help me to set bottom margin in TCPDF? Any help is appreciated.