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

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"