web-atrio/php-pdf-to-image

PHP PDF转图片转换器

0.1 2017-10-13 12:28 UTC

This package is not auto-updated.

Last update: 2024-09-19 19:09:09 UTC


README

PHP PDF转图片转换器

要求

您应该已经安装了ImagickGhostscript

安装

该包可以通过composer安装

$ composer require web-atrio/php-pdf-to-image

用法

将PDF转换为图片。

$convertor = new WebAtrio\PDFToImage\PDFToImage("test.pdf");
$convertor->convert("test.png");

许可证

MIT许可证(MIT)。请参阅许可证文件获取更多信息。