PHPackages                             jhovanic/tcpdf-bundle - 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. jhovanic/tcpdf-bundle

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

jhovanic/tcpdf-bundle
=====================

A bundle to easily integrate TCPDF into Symfony2

1.0.0(13y ago)0415MITPHP &gt;=5.3.2

Since Jun 18Compare

[ Source](https://github.com/JhovaniC/TCPDFBundle)[ Packagist](https://packagist.org/packages/jhovanic/tcpdf-bundle)[ Docs](https://github.com/whiteoctober/WhiteOctoberTCPDFBundle)[ RSS](/packages/jhovanic-tcpdf-bundle/feed)WikiDiscussions Synced 2d ago

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

⚠️ **ARCHIVED REPOSITORY** ⚠️
=============================

[](#️-archived-repository-️)

**This repository has been archived and is no longer actively maintained.**

It is kept here for historical purposes, reference, and educational use.

- **No new features, updates, or bug fixes will be added.**
- **Issues and Pull Requests are disabled or will be ignored.**
- Use this code **at your own risk**.

JhovaniCTCPDFBundle
===================

[](#jhovanictcpdfbundle)

This bundle facilitates easy use of the TCPDF PDF generation library in Symfony2 applications.

It's based on the [WhiteOctoberTCPDFBundle](https://github.com/whiteoctober/WhiteOctoberTCPDFBundle "WhiteOctoberTCPDFBundle"), &lt;- check that out!

Installation
------------

[](#installation)

### Step 1: Add this to your composer.json

[](#step-1-add-this-to-your-composerjson)

```
"require" : {
        "jhovanic/tcpdf-bundle": "dev-master"
    }

```

Now run the composer update to download the bundle and library:

```
$ php composer.phar update

```

### Step 2: Enable the bundle in the kernel

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

Add the bundle to the `registerBundles()` method in your kernel:

```
