Download the PHP package artwl/pdf2image-laravel without Composer
On this page you can find all versions of the php package artwl/pdf2image-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download artwl/pdf2image-laravel
More information about artwl/pdf2image-laravel
Files in artwl/pdf2image-laravel
Download artwl/pdf2image-laravel
More information about artwl/pdf2image-laravel
Files in artwl/pdf2image-laravel
Please rate this library. Is it a good library?
Informations about the package pdf2image-laravel
pdf2image-laravel
Laravel pdf to image tool
Dependencies
1、imagick
2、intervention/image": "^2.0"
Install
$ composer require artwl/pdf2image-laravel
Optional(Add Provider And Alias if laravel < 5.5)
Add this to your config/app.php
under "providers":
Artwl\Pdf2Image\Pdf2ImageMaker::class,
under "aliases":
'Pdf2Image'=>Artwl\Pdf2Image\Pdf2ImageFacade::class,
Examples
Get pdf file pages count
Pdf all page to imgs
Pdf one page to img
All versions of pdf2image-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ext-imagick Version *
intervention/image Version ^2.0
illuminate/support Version ~5.2
ext-imagick Version *
intervention/image Version ^2.0
illuminate/support Version ~5.2
The package artwl/pdf2image-laravel contains the following files
Loading the files please wait ....