web-atrio/php-pdf-to-image

PHP pdf to image converter

Installs: 169

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

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: 2025-10-17 00:29:21 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.