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

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

forci/pdf-generator-bundle
==========================

A WKHTMLTOPDF based PDF Generator

v2.0.0(2mo ago)16.5k↓33.3%MITPHPPHP &gt;=8.3CI failing

Since Dec 14Pushed 2mo ago2 watchersCompare

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

READMEChangelogDependencies (7)Versions (23)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`

```
    forci_pdf_generator.binary: wkhtmltopdf
```

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

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

```
