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?
tcpdf.php:
// print an ending header line $this->SetLineStyle(array('width' => 0.25 / $this->k, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(255, 255, 255)));