| Recommend this page to a friend! |
| Info | Documentation | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-06-14 (Less than 1 hour ago) | Not enough user ratings | Total: 215 This week: 1 | All time: 8,323 This week: 42 | |||||
| Version | License | PHP version | Categories | |||
| freepdf 1.0.3 | Freeware | 7 | PHP 5, Printing |
| Description | Author | |
This package can be used to generate PDF documents programatically. |
|
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.
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();
The fpdf website has tutorials and documentation for using this library as the API has not changed.
| File | Role | Description | ||
|---|---|---|---|---|
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Doc. | Documentation | |||
| Data | Auxiliary data | |||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.