Download the PHP package arimac/fpdf without Composer
On this page you can find all versions of the php package arimac/fpdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor arimac
Package fpdf
Short Description FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
License MIT
Homepage http://www.fpdf.org
Package fpdf
Short Description FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
License MIT
Homepage http://www.fpdf.org
Please rate this library. Is it a good library?
Informations about the package fpdf
FPDF
This is a fork of official mirror of the FPDF library. We changed it to support streaming chunked data. You can avoid memory exceed errors by using this library.
Installation with Composer
If you're using Composer to manage dependencies, you can use
or you can include the following in your composer.json file:
Usage
- To download a file as a stream
Now FPDF will sending the generated data to the browser without waiting to finish the loop.
- To present a preview of a file as stream
Same as above method. But it opening the generated PDF file insteed of downloading.
- To directly write to a file
All versions of fpdf with dependencies
PHP Build Version
Package Version
Requires
ext-zlib Version
*
ext-gd Version *
ext-gd Version *
The package arimac/fpdf contains the following files
Loading the files please wait ....