asika32764 / php-pdf-2-text

Simple PHP PDF to Text class

Home Page:https://packagist.org/packages/asika/pdf2text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple PDF to text class

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

About

Simple PHP PDF to Text class

https://packagist.org/packages/asika/pdf2text

License:MIT License


Languages

Language:PHP 100.0%