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

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

wucdbm/pdf-generator-bundle
===========================

A WKHTMLTOPDF based PDF Generator

v0.2.0(8y ago)0333GPL-3.0PHPPHP ~7.0

Since Aug 23Pushed 8y ago1 watchersCompare

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

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

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

[](#pdf-generator-bundle)

PDF Generator Bundle based on `wkhtmltopdf`

Requirements
============

[](#requirements)

- `xvfb` to be installed on your server (`apt-get install xvfb` on debian/ubuntu)

By default this bundle uses the `h4cc/wkhtmltopdf-i386` package's binary. To use your system binary, add this to your parameters.yml.dist file and do a `composer install`

```
    wucdbm_pdf_generator.binary: wkhtmltopdf
```

Register the bundle in your AppKernel
=====================================

[](#register-the-bundle-in-your-appkernel)

```
