web-atrio / php-pdf-to-image
PHP pdf to image converter
Installs: 161
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:php
This package is not auto-updated.
Last update: 2025-05-01 22:14:37 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.