Wallogit.com
2017 © Pedro Peláez
PHP pdf to image converter
PHP pdf to image converter, (*1)
You should have Imagick and Ghostscript installed., (*2)
The package can be installed via composer: ``` bash $ composer require web-atrio/php-pdf-to-image, (*3)
## Usage Converting a pdf to an image. ```php $convertor = new WebAtrio\PDFToImage\PDFToImage("test.pdf"); $convertor->convert("test.png");
The MIT License (MIT). Please see License File for more information., (*4)