2017 © Pedro Peláez
 

library php-pdfimages

image

waarneembemiddeling/php-pdfimages

  • Thursday, July 9, 2015
  • by krizon
  • Repository
  • 5 Watchers
  • 3 Stars
  • 1,370 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

php-pdfimages

Build Status Scrutinizer Quality Score, (*1)

PHP wrapper for the pdfimages command available on most linux distro's., (*2)

Usage

use Wb\PdfImages\PdfImages;
$pdfImages = PdfImages::create();
// $result is an instance of \FilesystemIterator
$result = $pdfImages->extractImages('path/to/pdf');
$result2 = $pdfImages->extractImages('path/to/pdf', 'path/to/other/destination/dir/then/tmp');

PNG output

PNG images will not be converted to jpeg but will be extracted as one or more ppm files., (*3)

Testing

cp phpunit.xml.dist phpunit.xml

Change the phpunit.xml env binary directive if necessary., (*4)

composer install
php vendor/bin/phpunit

The Versions

09/07 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kristian Zondervan
by Waarneembemiddeling.nl developers