Reads PDF files and converts into PHP objects.
still under development
- PHP 5.6+
LGPL v3
- require in your source
require_once 'path/to/src/autoloader.php'
- parse the file
$doc = new PDFDocument($filepath)
- prepare PHPUnit
- cd path/to/pdfreader
- run the command
phpunit
: it reads phpunit.xml in the directory