stivni/php-pdftk-manipulators

This package is abandoned and no longer maintained. No replacement package was suggested.

Some helper classes to manipulate PDF files in PHP with the Pdftk library

Maintainers

Package info

github.com/stivni/PhpPdftkManipulators

pkg:composer/stivni/php-pdftk-manipulators

Statistics

Installs: 135

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

0.1.3 2014-07-31 12:24 UTC

This package is not auto-updated.

Last update: 2023-08-01 01:33:23 UTC


README

Some helper classes to manipulate PDF files in PHP with the Pdftk library

Requirements

  • You need a pdftk binary somewhere for PdfCombiner
  • You need the Imagick extension for PdfToImageConvertor: "pecl install imagick" or "apt-get install php5-imagick"