PHPackages                             dbrisinajumi/pdfparser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. dbrisinajumi/pdfparser

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

dbrisinajumi/pdfparser
======================

Pdf parser library. Can read and extract information from pdf file.

v0.9.25(10y ago)021GPL-3.0PHPPHP &gt;=5.3.0

Since Sep 2Pushed 10y ago4 watchersCompare

[ Source](https://github.com/DBRisinajumi/pdfparser)[ Packagist](https://packagist.org/packages/dbrisinajumi/pdfparser)[ Docs](http://www.pdfparser.org)[ RSS](/packages/dbrisinajumi-pdfparser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (27)Used By (0)

PdfParser
=========

[](#pdfparser)

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

[![Build Status](https://camo.githubusercontent.com/d219bc93b37d623a5ff3368474afcde971e28a70ac409561c99444dd9a18561d/68747470733a2f2f7472617669732d63692e6f72672f736d616c6f742f7064667061727365722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/smalot/pdfparser)[![Total Downloads](https://camo.githubusercontent.com/fece12a44bdeaf7453f37cd99e57d4856adfe04d55369d7b3e2a8f53393fdd43/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f7064667061727365722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/smalot/pdfparser)[![Current Version](https://camo.githubusercontent.com/aabfc13096ccd1cafdddd31fc4aa6902a8f12162994e10131d57d080522b9f20/68747470733a2f2f706f7365722e707567782e6f72672f736d616c6f742f7064667061727365722f762f737461626c652e706e67)](https://packagist.org/packages/smalot/pdfparser)[![HHVM Status](https://camo.githubusercontent.com/9b4861dd7b999299e06e51a6d4d735fc61b1380cd486df2be82b21bc603e69f0/687474703a2f2f6868766d2e683463632e64652f62616467652f736d616c6f742f7064667061727365722e706e67)](http://hhvm.h4cc.de/package/smalot/pdfparser)

Website : [http://www.pdfparser.org](http://www.pdfparser.org/?utm_source=GitHub&utm_medium=website&utm_campaign=GitHub)

Test the API on our [demo page](http://www.pdfparser.org/demo).

This project is supported by [Actualys](http://www.actualys.com).

Features
--------

[](#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](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md))
- PSR-1 compliant ([code styling](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md))

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
-------------

[](#documentation)

[Read the documentation on website](http://www.pdfparser.org/documentation?utm_source=GitHub&utm_medium=documentation&utm_campaign=GitHub).

License
-------

[](#license)

This library is under the [GPLv3 license](https://github.com/smalot/pdfparser/blob/master/LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~29 days

Recently: every ~109 days

Total

26

Last Release

3886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/542187ba859514d10d0952dca77df8ea889a9651b249d0b5b513da791fd2919b?d=identicon)[uldisn](/maintainers/uldisn)

---

Top Contributors

[![smalot](https://avatars.githubusercontent.com/u/1424035?v=4)](https://github.com/smalot "smalot (77 commits)")[![theboolean](https://avatars.githubusercontent.com/u/1123102?v=4)](https://github.com/theboolean "theboolean (2 commits)")[![rodnaph](https://avatars.githubusercontent.com/u/447579?v=4)](https://github.com/rodnaph "rodnaph (2 commits)")[![mc-comanescu](https://avatars.githubusercontent.com/u/6499873?v=4)](https://github.com/mc-comanescu "mc-comanescu (1 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![uldisn](https://avatars.githubusercontent.com/u/3525344?v=4)](https://github.com/uldisn "uldisn (1 commits)")[![black-silence](https://avatars.githubusercontent.com/u/1191421?v=4)](https://github.com/black-silence "black-silence (1 commits)")[![j0k3r](https://avatars.githubusercontent.com/u/62333?v=4)](https://github.com/j0k3r "j0k3r (1 commits)")

### Embed Badge

![Health badge](/badges/dbrisinajumi-pdfparser/health.svg)

```
[![Health](https://phpackages.com/badges/dbrisinajumi-pdfparser/health.svg)](https://phpackages.com/packages/dbrisinajumi-pdfparser)
```

###  Alternatives

[spipu/html2pdf

Html2Pdf is a HTML to PDF converter written in PHP - It uses TCPDF - OFFICIAL PACKAGE

1.8k10.6M44](/packages/spipu-html2pdf)[elibyy/tcpdf-laravel

tcpdf support for Laravel 6, 7, 8, 9, 10, 11

3542.7M5](/packages/elibyy-tcpdf-laravel)[iio/libmergepdf

Library for merging multiple PDFs

40813.6M13](/packages/iio-libmergepdf)[creagia/laravel-sign-pad

Laravel package for of E-Signature with Signature Pad and Digital Certified Sign with TCPDF

54097.2k](/packages/creagia-laravel-sign-pad)[lsnepomuceno/laravel-a1-pdf-sign

Sign PDF files with valid x509 certificates

315101.4k](/packages/lsnepomuceno-laravel-a1-pdf-sign)[imal-h/pdf-box

The most advanced, driver-based PDF manipulation library for PHP v3.0. Supports Ghostscript, Chrome Headless (HTML to PDF), OpenSSL/FPDI (Signing), and PDFtk (Forms).

60403.9k](/packages/imal-h-pdf-box)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
