PHPackages                             kwizer15/pdf-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. kwizer15/pdf-bundle

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

kwizer15/pdf-bundle
===================

PDF library for Symfony2

1.0.2(12y ago)021GPLv2PHPPHP &gt;=5.3.2

Since Apr 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kwizer15/pdf-bundle)[ Packagist](https://packagist.org/packages/kwizer15/pdf-bundle)[ RSS](/packages/kwizer15-pdf-bundle/feed)WikiDiscussions master Synced 3d ago

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

pdf-bundle
==========

[](#pdf-bundle)

[![Build Status](https://camo.githubusercontent.com/e56a74e317b9fdba96a7ce8b4d0dbda669e3eb6eb57296802841112c017d9c77/68747470733a2f2f7472617669732d63692e6f72672f6b77697a657231352f7064662d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kwizer15/pdf-bundle)

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

[](#installation)

1. Install KwizerPdfBundle
2. Enable the bundle

### Install KwizerPdfBundle

[](#install-kwizerpdfbundle)

Add the following dependency to your composer.json file:

```
{
    "require": {
        "kwizer15/pdf-bundle": "1.0.*"
    }
}
```

Update vendors

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

### Enable the bundle

[](#enable-the-bundle)

```
