基本信息
源码名称:fpdf(php生成pdf)
源码大小:0.40M
文件格式:.rar
开发语言:PHP
更新时间:2023-11-03
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
php可以利用这个库生成pdf,而不需要依赖其他扩展库,移植性很高,而且很方便

.
├── fpdf
│   ├── FAQ.htm
│   ├── chinese
│   │   ├── chinese.php
│   │   ├── test.php
│   │   └── test1.php
│   ├── coolscript
│   │   ├── WriteTag.zip
│   │   ├── addfont.zip
│   │   ├── barcode.zip
│   │   ├── bookmark.zip
│   │   ├── cells_bold
│   │   │   ├── cells_bold.php
│   │   │   ├── ex.pdf
│   │   │   └── info.htm
│   │   ├── cells_bold.zip
│   │   ├── createindex.zip
│   │   ├── dashed_rect.zip
│   │   ├── diag.zip
│   │   ├── ellipse.zip
│   │   ├── force_justify.zip
│   │   ├── invoice.zip
│   │   ├── justification.zip
│   │   ├── label.zip
│   │   ├── mc_table.zip
│   │   ├── memory_opt.zip
│   │   ├── morepagestable.zip
│   │   ├── multicell
│   │   │   ├── info.htm
│   │   │   ├── multicell.pdf
│   │   │   └── multicell.php
│   │   ├── multicell.zip
│   │   ├── mysql_report.zip
│   │   ├── postnet.zip
│   │   ├── ref_index.zip
│   │   ├── rotation.zip
│   │   ├── rounded_rect
│   │   │   ├── info.htm
│   │   │   ├── rounded_rect.pdf
│   │   │   └── rounded_rect.php
│   │   ├── rounded_rect.zip
│   │   ├── sector
│   │   │   ├── ex.pdf
│   │   │   ├── ex.php
│   │   │   ├── info.htm
│   │   │   └── sector.php
│   │   ├── sector.zip
│   │   └── watermark.zip
│   ├── doc
│   │   ├── acceptpagebreak.htm
│   │   ├── addfont.htm
│   │   ├── addlink.htm
│   │   ├── addpage.htm
│   │   ├── aliasnbpages.htm
│   │   ├── cell.htm
│   │   ├── close.htm
│   │   ├── error.htm
│   │   ├── footer.htm
│   │   ├── fpdf.htm
│   │   ├── getstringwidth.htm
│   │   ├── getx.htm
│   │   ├── gety.htm
│   │   ├── header.htm
│   │   ├── image.htm
│   │   ├── index.htm
│   │   ├── line.htm
│   │   ├── link.htm
│   │   ├── ln.htm
│   │   ├── multicell.htm
│   │   ├── open.htm
│   │   ├── output.htm
│   │   ├── pageno.htm
│   │   ├── rect.htm
│   │   ├── setauthor.htm
│   │   ├── setautopagebreak.htm
│   │   ├── setcompression.htm
│   │   ├── setcreator.htm
│   │   ├── setdisplaymode.htm
│   │   ├── setdrawcolor.htm
│   │   ├── setfillcolor.htm
│   │   ├── setfont.htm
│   │   ├── setfontsize.htm
│   │   ├── setkeywords.htm
│   │   ├── setleftmargin.htm
│   │   ├── setlinewidth.htm
│   │   ├── setlink.htm
│   │   ├── setmargins.htm
│   │   ├── setrightmargin.htm
│   │   ├── setsubject.htm
│   │   ├── settextcolor.htm
│   │   ├── settitle.htm
│   │   ├── settopmargin.htm
│   │   ├── setx.htm
│   │   ├── setxy.htm
│   │   ├── sety.htm
│   │   ├── text.htm
│   │   └── write.htm
│   ├── font
│   │   ├── courier.php
│   │   ├── helvetica.php
│   │   ├── helveticab.php
│   │   ├── helveticabi.php
│   │   ├── helveticai.php
│   │   ├── makefont
│   │   │   ├── cp1250.map
│   │   │   ├── cp1251.map
│   │   │   ├── cp1252.map
│   │   │   ├── cp1253.map
│   │   │   ├── cp1254.map
│   │   │   ├── cp1257.map
│   │   │   ├── iso-8859-1.map
│   │   │   ├── iso-8859-15.map
│   │   │   ├── iso-8859-16.map
│   │   │   ├── iso-8859-2.map
│   │   │   ├── iso-8859-4.map
│   │   │   ├── iso-8859-5.map
│   │   │   ├── iso-8859-7.map
│   │   │   ├── iso-8859-9.map
│   │   │   ├── koi8-r.map
│   │   │   └── makefont.php
│   │   ├── symbol.php
│   │   ├── times.php
│   │   ├── timesb.php
│   │   ├── timesbi.php
│   │   ├── timesi.php
│   │   └── zapfdingbats.php
│   ├── fpdf.css
│   ├── fpdf.php
│   ├── histo.htm
│   ├── install.txt
│   └── tutorial
│       ├── 20k_c1.txt
│       ├── 20k_c2.txt
│       ├── calligra.afm
│       ├── calligra.php
│       ├── calligra.ttf
│       ├── calligra.z
│       ├── countries.txt
│       ├── index.htm
│       ├── logo.png
│       ├── logo_pb.png
│       ├── makefont.php
│       ├── tuto1.htm
│       ├── tuto1.php
│       ├── tuto2.htm
│       ├── tuto2.php
│       ├── tuto3.htm
│       ├── tuto3.php
│       ├── tuto4.htm
│       ├── tuto4.php
│       ├── tuto5.htm
│       ├── tuto5.php
│       ├── tuto6.htm
│       ├── tuto6.php
│       ├── tuto7.htm
│       └── tuto7.php
├── fpdf(php生成pdf)_php2pdf.rar
├── mc_table.php
├── mytest.php
└── mytest1.php

11 directories, 149 files