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

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

frcho/pdf-bundle
================

PDF Bundle for Symfony2

1.0.0(8y ago)0605MITPHPPHP &gt;=5.3.2

Since May 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/frcho/PdfBundleWkhtmltopdf)[ Packagist](https://packagist.org/packages/frcho/pdf-bundle)[ RSS](/packages/frcho-pdf-bundle/feed)WikiDiscussions master Synced 4w ago

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

PDFBundle
=========

[](#pdfbundle)

PDF Bundle provides an easy way to create PDF's from your views based siphoc/PdfBundle

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

[](#installation)

### Step 1: Download the bundle using Composer

[](#step-1-download-the-bundle-using-composer)

Add frchoPdfBundle to composer.

```
{
    "require": {
        "frcho/pdf-bundle": "dev-master"
    }
}

```

Install the bundle:

```
$ composer.phar update frcho/pdf-bundle

```

Composer will install the bundle with the required dependencies.

### Step 2: Enable the bundle

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

In your AppKernel add the following:

```
