hachet/fpdi

Unofficial PSR-4 compliant version of the FPDI library with parser support added by Hachet

1.0.0 2015-11-17 22:59 UTC

This package is not auto-updated.

Last update: 2024-03-26 03:57:30 UTC


README

PLEASE NOTE THAT THIS PACKAGE IS PROCESSED PROGRAMMATICALLY. BUG REPORTS AND SUGGESTED CHANGES SHOULD BE DIRECTED TO SETASIGN

FPDI

Packagist Version Reference Status

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.