① 下载FPDF相关资料=》https://github.com/DCgithub21/cd_FPDF
② 查看目录文件
注:ttf2pt1.zip为字体转换程序
③ 运行example.php即可输出中文
require 'chinese.php';
$pdf = new PDF_Chinese();
$pdf->AddGBFont('simhei', '黑体');
$pdf
① 下载FPDF相关资料=》https://github.com/DCgithub21/cd_FPDF
② 查看目录文件
注:ttf2pt1.zip为字体转换程序
③ 运行example.php即可输出中文
require 'chinese.php';
$pdf = new PDF_Chinese();
$pdf->AddGBFont('simhei', '黑体');
$pdf