web-atrio / php-pdf-to-image
PHP pdf to image converter
Package info
github.com/steve-ferrero/php-pdf-to-image
Type:php
pkg:composer/web-atrio/php-pdf-to-image
0.1
2017-10-13 12:28 UTC
This package is not auto-updated.
Last update: 2026-03-20 02:15:47 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.