首先去https://sourceforge.net/projects/tcpdf/files/tcpdf_min_6_3_0.zip/download 这里下载最新的tcpdf文件。
php生成pdf文件的需求是不怎么常见的;当然也是有的;
既然已经整合使用了;那就写篇博客来讲解下吧;
示例项目:https://github.com/baijunyao/thinkphp-bjyadmin
一:引入tcpdf
/ThinkPHP/Library/Vendor/Tcpdf
把tcpdf整个目录拷到自己的项目中;
二:函数
...