hachet / fpdi
Unofficial PSR-4 compliant version of the FPDI library with parser support added by Hachet
Requires
- php: >=5.3.0
- itbz/fpdf: 1.7.*
Requires (Dev)
- hanneskod/classtools: ~1.0
- nikic/php-parser: ~1.0
- phpunit/phpunit: 4.*
- symfony/finder: ~2.3
- tecnick.com/tcpdf: 6.*
Suggests
- tecnick.com/tcpdf: FPDI supports TCPDF as a replacement for FPDF
This package is not auto-updated.
Last update: 2024-11-05 06:50:44 UTC
README
PLEASE NOTE THAT THIS PACKAGE IS PROCESSED PROGRAMMATICALLY. BUG REPORTS AND SUGGESTED CHANGES SHOULD BE DIRECTED TO SETASIGN
FPDI
Unofficial PSR-4 compliant version of the FPDI library with some minor changes.
The library is namespaced in fpdi. To create instance use:
$fpdi = new \fpdi\FPDI();
Installing
Install using composer.
hachet/fpdi
Parser
This package includes parser 1.1.1 from Setasign to allow decoding of documents.
Support for TCPDF
To use with TCPDF version 1.5.2-patch1
or later must be used, due to a
conversion error in earlier versions.
Contributing
See the CONTRIBUTING file.
License
Copyright 2004-2014 Setasign - Jan Slabon
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.