Skip to content

melnikoved/PopplerBundle

Repository files navigation

MelnikovedPopplerBundle

This bundle allows you to merge pdf files with poppler util - pdfUnit

Installation

Step 1: Download the bundle

Open your command console, browse to your project and execute the following:

$ composer require melnikoved/poppler-bundle:dev-master

Step 2: Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
         new Melnikoved\PopplerBundle\MelnikovedPopplerBundle(),
    );
}

Usage

For merging pdf files you should use service 'poppler'

    $this->get('poppler')->merge($inputFileNames, $outputFileName);

About

Merge pdf files with poppler pdfunite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages