madnh/fpdm
最新稳定版本:2.8.6
Composer 安装命令:
composer require madnh/fpdm
包简介
This script allows to merge data into a PDF form
README 文档
README
Informations
Author: Olivier
License: FPDF
Description
This script allows to merge data into a PDF form. Given a template PDF with text fields, it's possible to inject values in two different ways:
- from a PHP array
- from an FDF file The resulting document is produced by the Output() method, which works the same as for FPDF.
Note: if your template PDF is not compatible with this script, you can process it with pdftk this way: pdftk modele.pdf output modele2.pdf
Then try again with modele2.pdf.
Source:
http://www.fpdf.org/en/script/script93.php
NOTE
This respository just a wrapper of http://www.fpdf.org/en/script/script93.php, so I'm so sorry I can't support about issues!
统计信息
- 总下载量: 72.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: FPDF
- 更新时间: 2016-06-21