?phprequire('chinese.php'); class PDF extends PDF_Chinese { function Header() //设置页眉{ $this-SetFont('GB','',10); $this-Write(10,'XX公司产品名录'); $this-Ln(20);//换行}function Footer()//设置页脚 {$this-SetY(-15);$this-SetFont('GB','',1
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn