asika/pdf2text

Simple PHP PDF to text class.

Installs: 815 744

Dependents: 0

Suggesters: 0

Security: 0

Stars: 24

Watchers: 3

Forks: 17

Open Issues: 0

pkg:composer/asika/pdf2text

1.0.6 2023-11-19 21:28 UTC

This package is auto-updated.

Last update: 2025-09-20 12:04:18 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This is a simple PDF to text class based on SilverStripe framework

This version support composer and PSR-4 autoloading. Origin code is maintained by Darren Inwood.

Installation Via Composer

{
    "require": {
        "asika/pdf2text": "~1.0"
    }
}

Usage

$reader = new \Asika\Pdf2text;
$output = $reader->decode($fileName);

Lincense

MIT