Skip to content
Konrad Abicht edited this page Apr 28, 2021 · 9 revisions

PdfParser, a standalone PHP library, provides various tools to extract data from a PDF file.

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.

This project is supported by Actualys.

Prerequisites

This library requires PHP 7.1+ (since v1.0.0).

PDFParser is built on top of TCPDF parser.

This library will be automatically downloaded through Composer command line.

Clone this wiki locally