Download the PHP package jsyqw/tcpdf-table without Composer
On this page you can find all versions of the php package jsyqw/tcpdf-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tcpdf-table
PDF表格生成
需求背景
在使用PHP生成PDF文件的时候,经常生成一些表格的样式;
- 当选择使用 html 直接集成,发现可控性不强,样式也不好调整(tcpdf 只 支持部分的 css 样式)
- 于是想有一个可定制化的 table 表格就能很好满足当前定制需求
- 表头可定制化
- 实现常用的文本表格
- 实现图片表格
- 处理图文混合的表格
- 针对表格中的数据进行可定制化扩展
- 解决表中的字数自动换行问题
功能概要
- 生成页面标题
- 生成 Table 的标题
- 生成 Table 内容
- PDF生成的表格如果是文字,则自动换行
安装
composer require jsyqw/tcpdf-table
使用方法
1.图片 + 内容
2. 纯文字的表数据
有好几种写法,这里举例,最原始的写法!
3.图文格式
3.1 图文格式写法1
3.2 简化的图文格式写法
4.图文表格混合格式
5.文字-图片-表格混合格式
其他
我是在Yii2框架中编写的扩展,
这里提醒下,为了能快速测试,不需要发布到 Packagist ,可以做如下操作:
- 在项目的 vendor 目录下,建立文件夹 建立 tcpdf-table 项目
- 配置 Yii2 框架中的 composer.json
-
修改 autoload 配置,添加如下的配置,注意 必须 vendor 开头的
- 执行 composer dump-autoload
All versions of tcpdf-table with dependencies
PHP Build Version
Package Version
Requires
setasign/fpdi Version
^2.2
The package jsyqw/tcpdf-table contains the following files
Loading the files please wait ....