japseyz / pdfparser
This package is abandoned and no longer maintained.
No replacement package was suggested.
Pdf parser library. Can read and extract information from pdf file.
v0.15.0
2020-01-29 22:56 UTC
Requires
- php: >=7.2.0
- ext-mbstring: *
- ext-zlib: *
- tecnickcom/tcpdf: ~6.0
Requires (Dev)
- atoum/atoum: ^2.8 | ^3.0
- dev-master
- 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-smalot-patch-233
This package is auto-updated.
Last update: 2023-03-18 17:00:06 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.