承接 madnh/fpdm 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

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

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: FPDF
  • 更新时间: 2016-06-21