thinkphp tcpdf乱码如何解决

thinkphp tcpdf乱码的解决办法:1、下载插件TCPDF;2、通过“class Pdf extends \app\common\controller\Base{...}”方式使用TCPDF;3、将字体改为“$pdf->SetFont('cid0cs', '', 8)”即可解决乱码问题。

thinkphp6 生成pdf

下载插件TCPDF

composer 安装

composer require tecnickcom/tcpdf

登录后复制

官网

https://tcpdf.org/examples/

登录后复制

官网中有许多的例子,可根据自身的需求选择

使用TCPDF