Download the PHP package knox/poppler-php without Composer
On this page you can find all versions of the php package knox/poppler-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download knox/poppler-php
More information about knox/poppler-php
Files in knox/poppler-php
Package poppler-php
Short Description Complete, Comprehensive and Flexible PHP wrapper for Poppler-utils
License MIT
Informations about the package poppler-php
PopplerPhp: Comprehensive PHP wrapper for Poppler-utils
PopplerPhp is a complete and very flexible PHP wrapper for Poppler-utils. This package is brought to you so you can use php and poppler-utils to extract contents from, and convert your pdf files to any of these formats:
- HTML
- JPG, PNG, TIFF
- PostScript (PS)
- Encapsulated PostScript (EPS)
- Scalable Vector Graphic (SVG)
- Plain Text
You can also use this package to split pdf files, combine pdf files, and detach embedded items from pdf files using within your php scripts.
With the Knox\PopplerPhp\PdfInfo
class, you can query meta-data of any pdf file.
Important Notes
Installation
It is recommended to install Poppler-PHP through Composer.
Run this command within your project directory
Or add this line to your composer.json
Dependencies
In order to use Poppler-PHP, you need to install Poppler. Depending of your configuration, please follow the instructions at http://poppler.freedesktop.org/. You will also need to configure your PHP environment to enable shell access.
Briefly,
If you are using Ubuntu Distro, just install it from apt:
For Windows Users
First download poppler-utils for windows here http://blog.alivate.com.au/poppler-windows/.
Extract the downloaded archive and copy the contents of the bin
directory to your-project-path/vendor/bin/poppler/
.
For OS/X Users
1. Install brew
Brew is a famous package manager on OS/X : http://brew.sh/ (aptitude style).
2. Install poppler
Usage
Here are some samples.
License
The PopplerPHP package is open-sourced software licensed under the MIT license.
Feedback & Contribute
Notify me of any issues, bugs, or improvements. Thanks :+1:
All versions of poppler-php with dependencies
illuminate/config Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0