dnru / pdfparser
Pdf parser library. Can read and extract information from pdf file.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 567
pkg:composer/dnru/pdfparser
Requires
- php: ^5.6|^7.0
 - ext-mbstring: *
 - ext-zlib: *
 - tecnickcom/tcpdf: ^6.2.22
 
Requires (Dev)
- atoum/atoum: ^3.1
 - friendsofphp/php-cs-fixer: ^2.16.3
 
- dev-master
 - v0.15.1
 - v0.15.0
 - v0.14.0
 - v0.13.3
 - v0.13.2
 - v0.13.1
 - v0.13.0
 - v0.12.0
 - v0.11
 - v0.10.0
 - v0.9.26
 - v0.9.25
 - v0.9.24
 - v0.9.23
 - v0.9.22
 - v0.9.21
 - v0.9.20
 - v0.9.19
 - v0.9.18
 - v0.9.17
 - v0.9.16
 - v0.9.15
 - v0.9.14
 - v0.9.13
 - v0.9.12
 - v0.9.11
 - v0.9.10
 - v0.9.9
 - v0.9.8
 - v0.9.7
 - v0.9.6
 - v0.9.5
 - v0.9.4
 - v0.9.3
 - v0.9.2
 - v0.9.1
 - v0.9.0
 - dev-feature/remove-tcpdf-lib
 
This package is auto-updated.
Last update: 2025-10-29 02:37:03 UTC
README
Pdf Parser, a standalone PHP library, provides various tools to extract data from a PDF file.
Website : http://www.pdfparser.org
Test the API on our demo page.
This project is supported by Actualys.
Features
Features included :
- Load/parse objects and headers
 - Extract meta data (author, description, ...)
 - Extract text from ordered pages
 - Support of compressed pdf
 - Support of MAC OS Roman charset encoding
 - Handling of hexa and octal encoding in text sections
 - PSR-0 compliant (autoloader)
 - PSR-1 compliant (code styling)
 
Currently, secured documents are not supported.
This Library is still under active development. As a result, users must expect BC breaks when using the master version.
Documentation
Read the documentation on website.
Original PDF References files can be downloaded from this url : http://www.adobe.com/devnet/pdf/pdf_reference_archive.html
License
This library is under the LGPLv3 license.