ThinkPHP5 使用 TCPDF 生成 PDF 文件
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

最近在做项目的时候需要生成 pdf 文件,网上搜索了一下 php 中 TCPDF 插件功能强大也比较流行,因此选择了这款插件,不过网上的教程基本都是基于 ThinkPHP 3 版本的,并不适用于 ThinkPHP5,经过一番琢磨成功在 ThinkPHP5 上使用 TCPDF,具体流程如下:
1.通过 Composer 下载最新版 TCPDF,切换到程序根目录运行如下命令(Windows 下 DOS 命令切换):
composer require tecnickcom/tcpdf
命令成功执行后,TCPDF 会被下载到程序根目录中的 vendor 文件夹,如图:
examples 中有 60 多个典型示例,需要什么功能直接看例子即可,例子对应列表见 TCPDF 官网:https://tcpdf.org/examples/
2.在控制器中调用 TCPDF。
use TCPDF;
3.在方法中直接粘贴官方示例中的代码,成功运行。
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf->SetCreator(PDF_CREATOR); $pdf->SetAuthor('Nicola Asuni'); $pdf->SetTitle('TCPDF Example 001'); $pdf->SetSubject('TCPDF Tutorial'); $pdf->SetKeywords('TCPDF, PDF, example, test, guide'); $pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE.' 001', PDF_HEADER_STRING, array(0,64,255), array(0,64,128)); $pdf->setFooterData(array(0,64,0), array(0,64,128)); $pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN)); $pdf->setFooterFont(Array(PDF_FONT_NAME_DATA, '', PDF_FONT_SIZE_DATA)); $pdf->SetDefaultMonospacedFont(PDF_FONT_MONOSPACED); $pdf->SetMargins(PDF_MARGIN_LEFT, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT); $pdf->SetHeaderMargin(PDF_MARGIN_HEADER); $pdf->SetFooterMargin(PDF_MARGIN_FOOTER); $pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); if (@file_exists(dirname(__FILE__).'/lang/eng.php')) { require_once(dirname(__FILE__).'/lang/eng.php'); $pdf->setLanguageArray($l); } $pdf->setFontSubsetting(true); $pdf->SetFont('dejavusans', '', 14, '', true); $pdf->AddPage(); $pdf->setTextShadow(array('enabled'=>true, 'depth_w'=>0.2, 'depth_h'=>0.2, 'color'=>array(196,196,196), 'opacity'=>1, 'blend_mode'=>'Normal')); $html = <<<EOD <h1>Welcome to <a h="http://www.tcpdf.org" style="text-decoration:none;background-color:#CC0000;color:black;"> <span style="color:black;">TC</span><span style="color:white;">PDF</span> </a>!</h1> <i>This is the first example of TCPDF library.</i> <p>This text is printed using the <i>writeHTMLCell()</i> method but you can also use: <i>Multicell(), writeHTML(), Write(), Cell() and Text()</i>.</p> <p>Please check the source code documentation and other examples for further information.</p> <p style="color:#CC0000;">TO IMPROVE AND EXPAND TCPDF I NEED YOUR SUPPORT, PLEASE <a h="http://sourceforge.net/donate/index.php?group_id=128076">MAKE A DONATION!</a></p> EOD; $pdf->writeHTMLCell(0, 0, '', '', $html, 0, 1, 0, true, '', true); $pdf->Output('example_001.pdf', 'I');注意事项:
1.因为 TCPDF 使用定界符的方式输出 html 等内容,因此上述代码中的$html 一直到 EOD 必须顶格。
2.ThinkPHP 要关闭调试模式,不然输出乱码。
相关推荐:
TCPDF 不能保存中文文件名的解决方法
TCPDF 中文乱码的解决方法
猜你可能想看的VPS
- 企鹅小屋→17.1 元 月 512MB 内存 10GB SSD 空间 3虚拟空间(主机)
- 双十一 阿里云→1 核 2G 套餐年付低至 88 元 三年付 229 元全球[VPS测评]
- Briefly unavailable for scheduled ma全球[VPS测评]
- MySql 多个关键字 like 查询结果按照匹配最多排序全球[VPS测评]
- 禁止 Windows10 系统自动更新的两种方法WINDOWS
- 大流量 $25 年 2G 内存 20G SSD 5TB 流量@1Gbps全球[VPS测评]
- 水墨云→879.2 元 月 E3-1230v2 16G 内存 512GB香港VPS[主机]
- tp5 怎么使用 find_in_set thinkphp5 中 fin全球[VPS测评]
- 腾讯云采购季最后一天,云服务器低至 299 元 3 年,2 核 4G 4全球[VPS测评]
- 腾讯云 2020 年 1 月促销:国内香港云服务器 2 核 4G6M14香港VPS[主机]
- 阳帝云 美国CN2 GIA高防 VPS 1g内存40G硬盘外带200G防美国VPS[主机]
- 半月湾洛杉矶三网 CN2 GIA 套餐,带宽升级到1Gbps,九折促销,全球[VPS测评]
- Alwyzon 便宜奥地利VPS 大硬盘存储VPS九折促销 512M内全球[VPS测评]
- 欧路云新上美国 CN2 GIA 高防VPS,三网回程CN2GIA线路,1美国VPS[主机]
- HostMayo便宜VPS年付30美元起;虚拟主机年付5美元起,可选洛杉全球[VPS测评]
- 租用美国服务器有哪些安全方案美国VPS[主机]
- sugarhosts首推DECADE云服务器,香港云服务器,1核512M香港VPS[主机]
- 乐趣云怎么样?香港美国云服务器首月8.8元,新增IP5元/个美国VPS[主机]
- 拼多多也要做跨境电商?出海之路能一帆风顺吗,了解一下全球[VPS测评]
- 磐逸云:全场8折优惠,1核1G香港套餐月付24元,日本NNT线路套餐,月日本VPS[主机]
- 云服务器和云服务器租用,云服务器做什么??全球[VPS测评]
- 腾讯云秒杀活动:1核/2G/上海&北京,年付99元全球[VPS测评]
- BBR对比BBR2BBRPLUSBBR2CAKE锐速哪个效果好全球[VPS测评]
- 咖啡主机:新上香港云服务器、美国CN2轻量级KVM vps,香港15.6美国VPS[主机]
- cmivps:香港vps终身7折,香港服务器终身9折,移动访问尤其优秀香港VPS[主机]
- 56云服务器:国内云服务器2核2G5M仅377.46元/年;香港物理服务香港VPS[主机]
- 青叶云怎么样?青叶云国内/国外弹性云服务器价格,海外vps低至25.6元全球[VPS测评]
- 磐逸云怎么样?香港沙田cn2vps 带宽5M年付128元香港VPS[主机]
- 一篇漫画,看懂云计算全球[VPS测评]
- 2022年最新的15个美容院抖音文案,美容院文案怎么写全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-217442.html











