mzk10k/yii2-tcpdf
Composer 安装命令:
composer require mzk10k/yii2-tcpdf
包简介
Yii2 TCPDF to load TCPDF libraries in a Yii2 site. Compatible with PHP 7
README 文档
README
Yii2 TCPDF to load TCPDF libraries in a Yii2 site
TCPDF TH
Version: 1.0.1
Release date: 2019-11-21
Install
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require mzk10k/yii2-tcpdf "dev-master"
or add
"mzk10k/yii2-tcpdf": "dev-master"
to the require section of your composer.json file.
Example
use TCPDF; $items = array( 'header' => array( array('#', 'text', 15, 'C', ''), array('ID', 'text', 35, 'L', ''), array('Name', 'text', 55, 'L', ''), array('Price', 'number', 25, 'R', ' Baht.'), array('Amount', 'number', 25, 'R', ' items.'), array('Total', 'number', 25, 'R', ' Baht.'), ), 'items' => array( array('1', 'PRO5900001', 'Yii 2 Framework Book', 250, 3, 750) ) ); (new TCPDF('P'))->table('product-table.pdf', $items);
统计信息
- 总下载量: 1.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-21
