Download the PHP package fabiomezzo/pdfparser without Composer
On this page you can find all versions of the php package fabiomezzo/pdfparser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fabiomezzo/pdfparser
More information about fabiomezzo/pdfparser
Files in fabiomezzo/pdfparser
Package pdfparser
Short Description Pdf parser library. Can read and extract information from pdf file. Forked from smalot/pdfparser
License LGPL-3.0
Homepage https://www.pdfparser.org
Informations about the package pdfparser
PDF parser
The smalot/pdfparser
is a standalone PHP package that provides various tools to extract data from PDF files.
This library is under active maintenance. There is no active development by the author of this library (at the moment), but we welcome any pull request adding/extending functionality!
Features
- Load/parse objects and headers
- Extract metadata (author, description, ...)
- Extract text from ordered pages
- Support of compressed PDFs
- Support of MAC OS Roman charset encoding
- Handling of hexa and octal encoding in text sections
- Create custom configurations (see CustomConfig.md).
Currently, secured documents and extracting form data are not supported.
License
This library is under the LGPLv3 license.
Install
This library requires PHP 7.1+ since v1. You can install it via Composer:
In case you can't use Composer, you can include alt_autoload.php-dist
. It will include all required files automatically.
Quick example
Further usage information can be found here.
Documentation
Documentation can be found in the doc folder.
All versions of pdfparser with dependencies
symfony/polyfill-mbstring Version ^1.18
ext-zlib Version *
ext-iconv Version *