Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 263 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 263 Bytes

PdfManipulator

Set of PHP 5.3 classes for manipulating pdf files.

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"