web-atrio/php-pdf-to-image
Composer 安装命令:
composer require web-atrio/php-pdf-to-image
包简介
PHP pdf to image converter
README 文档
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.
统计信息
- 总下载量: 169
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-13