PHP TCPDF 删除标题的底部边框 [英] PHP TCPDF remove header's bottom border

查看:32
本文介绍了PHP TCPDF 删除标题的底部边框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 TCPDF 中创建一个标头,但是它下面总是有一个边框.有没有办法去除底部边框?

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)));

这篇关于PHP TCPDF 删除标题的底部边框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆