I am trying to create a header in TCPDF, however it always have a border underneath of it. Is there a way I can remove the bottom border?
Comment this line in Header() function of tcpdf Class :
$this->Cell(($this->w - $this->original_lMargin - $this->original_rMargin), 0, '', 'T', 0, 'C');