PHP TCPDF remove header's bottom border

前端 未结 5 1730
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 21:06

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?

5条回答
  •  Happy的楠姐
    2020-12-30 21:51

    Comment this line in Header() function of tcpdf Class :

    $this->Cell(($this->w - $this->original_lMargin - $this->original_rMargin), 0, '', 'T', 0, 'C');
    

提交回复
热议问题