Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-pdfimages

Build Status Scrutinizer Quality Score

PHP wrapper for the pdfimages command available on most linux distro's.

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.

Testing

cp phpunit.xml.dist phpunit.xml

Change the phpunit.xml env binary directive if necessary.

composer install
php vendor/bin/phpunit

About

PHP wrapper for pdfimages

Resources

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages