PHPackages                             arimac/fpdf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. arimac/fpdf

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

arimac/fpdf
===========

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.

1.8.5(4y ago)0453MITPHP

Since May 11Pushed 4y agoCompare

[ Source](https://github.com/arimacdev/FPDF)[ Packagist](https://packagist.org/packages/arimac/fpdf)[ Docs](http://www.fpdf.org)[ RSS](/packages/arimac-fpdf/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (8)Used By (0)

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.

[Official FPDF Documentation](http://www.fpdf.org/)

Installation with [Composer](https://packagist.org/packages/setasign/fpdf)
--------------------------------------------------------------------------

[](#installation-with-composer)

If you're using Composer to manage dependencies, you can use

```
$ composer require arimac/fpdf:^1.8

```

or you can include the following in your composer.json file:

```
{
    "require": {
        "arimac/fpdf": "^1.8"
    }
}
```

Usage
-----

[](#usage)

- To download a file as a stream

```
