jasonll/chinese_fpdi

fpdi 中文插件

1.6.2 2017-05-11 14:25 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:25:44 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A clone of FPDI for GitHub/Composer.

FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF, which was developed by Olivier Plathey. Apart from a copy of FPDF, FPDI does not require any special PHP extensions.

Installation with Composer

FPDI is an add-on for FPDF. Additionally FPDI can be used with TCPDF. For completion we added a FPDF repository which simply clones the offical releases.

This package comes without any dependency configuration in the composer.json file. It's up to you to load the desired package as described below.

A basic installation via Composer could be done this way:

$ composer require jasonll/chinese_fpdi

fpdi 支持中文包

class_exists('TCPDF', true); // trigger Composers autoloader to load the TCPDF class
$pdf = new FPDI();