Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-03-02 (2 days ago) ![RSS 2.0 feed](/graphics/phpclasses/rss2.png) | | Not enough user ratings | | Total: 159 This week: 29 | | All time: 8,796 This week: 8![Up](/graphics/phpclasses/up.png) |
|
Description | | Author |
This package can be used to generate PDF documents programatically.
It is based on the FreePDF package originally written by Olivier Plathey.
This version of the package is compliant with the coding style defined by the PSR-12 and takes advantage of the PHP 7.4 features. | |
![Picture of John Conde Picture of John Conde](/picture/user/1557956.jpg) |
|
Innovation award
![Innovation award](/graphics/phpclasses/innovation-award-logo.png) Nominee: 1x |
|
Details
FreePDF (freepdf)
FreePDF is a fork of FPDF by Olivier Plathey and is available at fpdf.org. It has been refactored to
take advantage of features available in PHP 7.4 and later as well as PSR-12 compliant. It also makes the PDF
functionality available via Composer and other can contribute via forking and pull requests.
Future plans include creating a PDFlib API compatible replacement.
Requirements
-
PHP 7.4+
-
mbstring.func_overload must be disabled
Installation
You can include the FreePDF.php file directly by requiring the FreePDF.php file into your code:
require('/path/to/src/FreePDF/FreePDF.php');
$pdf = new \FreePDF\FreePDF();
Usage
The fpdf website has tutorials and documentation for using this library as the API has not changed.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.