web-atrio/php-pdf-to-image
PHP pdf to image converter
0.1
2017-10-13 12:28 UTC
README
PHP pdf to image converter
Requirements
You should have Imagick and Ghostscript installed.
Installation
The package can be installed via composer:
$ composer require web-atrio/php-pdf-to-image
Usage
Converting a pdf to an image.
$convertor = new WebAtrio\PDFToImage\PDFToImage("test.pdf"); $convertor->convert("test.png");
License
The MIT License (MIT). Please see License File for more information.