isu73/tfpdf
Composer 安装命令:
composer require isu73/tfpdf
包简介
This class is a modified version of FPDF that adds UTF-8 support with additional functions.
README 文档
README
The original code is available at http://fpdf.org/en/script/script92.php
This class is a modified version of FPDF that adds UTF-8 support with additional functions.
Arial and Times New Roman True Type fonts were added to "unifont" folder.
You can add more fonts, True Type only.
$pdf->AddFont('arial','','arial.ttf',true);
$pdf->AddFont('times','','times.ttf',true);
Additional functions:
GetMultiCellHeight (border, fill variable not needed
$pdf->GetMultiCellHeight($w, $h, $txt, $align)
MultiCellWithOffset(offset cell left/right)
MultiCellWithOffset($w, $h, $txt, $border, $align, $loffset, $roffset, $fill)
CellWithPadding(padding left/right)
CellWithPadding($w, $h, $txt, $border, $ln, $align, $lpadding, $rpadding, $fill, $link)
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2023-05-08