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?
If you don't want to subclass or change the tcpdf source just call the setHeaderData method and specify white line color.
setHeaderData
$pdf->setHeaderData('',0,'','',array(0,0,0), array(255,255,255) );