定制 isu73/tfpdf 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-2.1
  • 更新时间: 2023-05-08