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

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

borsaco/tcpdf-bundle
====================

A bundle to easily integrate TCPDF into Symfony

1.0.0(6y ago)08MITPHPPHP &gt;=5.3.2

Since Jul 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/borsaco/TCPDFBundle)[ Packagist](https://packagist.org/packages/borsaco/tcpdf-bundle)[ Docs](https://borsaco.ir)[ RSS](/packages/borsaco-tcpdf-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

TCPDFBundle
===========

[](#tcpdfbundle)

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

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

[](#installation)

### Step 1: Setup Bundle and dependencies

[](#step-1-setup-bundle-and-dependencies)

```
composer require borsaco/tcpdf-bundle

```

### 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:

```
// app/AppKernel.php
