Some helper classes to manipulate PDF files in PHP with the Pdftk library
- You need a pdftk binary somewhere for PdfCombiner
- You need the Imagick extension for PdfToImageConvertor: "pecl install imagick" or "apt-get install php5-imagick"
Some helper classes to manipulate PDF files in PHP with the Pdftk library
PHP