Skip to content

vipmaa1/php-pdf-2-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.*"
    }
}

Usage

$reader = new \Asika\Pdf2text;
$reader->setFilename($file);
$reader->decodePDF();

$output = $reader->output();

Lincense

GNU General Public License version 2 or later.

Packages

No packages published

Languages

  • PHP 100.0%