web-atrio/php-pdf-to-image

PHP pdf to image converter

0.1 2017-10-13 12:28 UTC

This package is not auto-updated.

Last update: 2024-03-21 16:55:34 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.