Download the PHP package alchemy/ghostscript without Composer
On this page you can find all versions of the php package alchemy/ghostscript. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alchemy/ghostscript
More information about alchemy/ghostscript
Files in alchemy/ghostscript
Download alchemy/ghostscript
More information about alchemy/ghostscript
Files in alchemy/ghostscript
Vendor alchemy
Package ghostscript
Short Description Ghostscript PDF, a library to handle PDF through ghostscript
License MIT
Package ghostscript
Short Description Ghostscript PDF, a library to handle PDF through ghostscript
License MIT
Keywords pdfghostscript
Please rate this library. Is it a good library?
Informations about the package ghostscript
Ghostscript PHP driver
API usage
To instantiate Ghostscript driver, the easiest way is :
You can customize your driver by passing a Psr\Log\LoggerInterface
or
configuration options.
Available options are :
gs.binaries
: the path (or an array of potential paths) to the ghostscript binary.timeout
: the timeout for the underlying process.
To process a file to PDF format, use the toPDF
method :
Third and fourth arguments are respectively the first page and the number of page to transcode.
To render a file to Image, use the toImage
method :
Silex service provider :
A Silex Service Provider is available, all parameters are optionals :
License
Released under the MIT License
All versions of ghostscript with dependencies
PHP Build Version
Package Version
The package alchemy/ghostscript contains the following files
Loading the files please wait ....