Home > php教程 > php手册 > php中FPDF类库应用

php中FPDF类库应用

WBOY
Release: 2016-06-06 20:00:12
Original
2132 people have browsed it

?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

  

 

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template