PHPackages                             meilon/tcpdfbundle - 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. meilon/tcpdfbundle

AbandonedSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

meilon/tcpdfbundle
==================

Provides TCPDF integration for Symfony

2.0.x-dev(13y ago)022LGPLPHPPHP &gt;=5.3.0

Since Nov 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/meilon/IoTcpdfBundle)[ Packagist](https://packagist.org/packages/meilon/tcpdfbundle)[ RSS](/packages/meilon-tcpdfbundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

How to Install
==============

[](#how-to-install)

Add IoTcpdfBundle in your composer.json:

```
{
    "require": {
        "meilon/tcpdfbundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update
```

Composer will install the bundle to your project's `vendor/meilon` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
