uam/tcpdfx
最新稳定版本:5.0.5
Composer 安装命令:
composer require uam/tcpdfx
包简介
Extension of TCPDF library and FPDI library with added convenience methods.
README 文档
README
An extension of the TCPDF library.
Installation
Via composer
Add the package to your composer.json file:
{
"require": {
"uam/tcpdfx": "dev-master",
},
}
Run composer.phar update.
Class hierarchy
UAM\Pdf\TCPDF → fpdi\FPDI → fpdi\FPDI → FPDF\TPL → fpdi\FPDF → \TCPDF
UAM\Pdf\Concat → fpdi\FPDI ...
Usage
TCPDF
Instantiate a TCPDF document.
use UAM\Pdf\TCPDF; $pdf = new TCPDF();
UAM\Pdf\TCPDF is a sub-class of both fpdi\FPDI and \TCPDF, so all methods from these classes are available, in addition to the convenience methods defined in UAM\Pdf\TCPDF itself.
Concatenating files
UAM\Pdf\ConcatPDF is a convenience class to concatenate PDF documents.
External libraries
uam/tcpdfx makes use of:
TCPDF
The TCPDF library is provided via the "tecnick.com/tcpdf" package, currently at release 6.0.*
The original package is hosted at sourceforge, and because of persistent problems in downloading it, it is also mirrored at git@github.com:opichon/tcpdf.git.
FPDI
FPDI version 1.4.4 and FPDF_TPL version 1.2.3 are provided via the "onigoetz/fpdi_tcpdf" package.
统计信息
- 总下载量: 15.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-23