2017 © Pedro Peláez
 

library pdf-parser

PHP library to parse text from PDF files

image

wrseward/pdf-parser

PHP library to parse text from PDF files

  • Wednesday, September 2, 2015
  • by wrseward
  • Repository
  • 3 Watchers
  • 14 Stars
  • 1,852 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 33 % Grown

The README.md

wrseward/pdf-parser

PHP library to parse PDF files to text. A wrapper for pdftotext., (*1)

Build Status, (*2)

Installation

Via Composer, (*3)

composer require wrseward/pdf-parser

pdftotext binary

Debian / Ubuntu, (*4)

apt-get install poppler-utils

RedHat / CentOS, (*5)

yum install poppler-utils

OS X, (*6)

brew install xpdf

Verify your installation / Get the path of the binary, (*7)

which pdftotext

Usage

$parser = new \Wrseward\PdfParser\Pdf\PdfToTextParser('/usr/bin/pdftotext');
$parser->parse('/path/to/file.pdf');
echo $parser->text();

Running tests

./vendor/bin/phpspec run

License

MIT, (*8)

The Versions

02/09 2015

dev-master

9999999-dev https://github.com/wrseward/pdf-parser

PHP library to parse text from PDF files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wrseward

parser pdf pdftotext pdf-parser

01/09 2015

0.1.0

0.1.0.0 https://github.com/wrseward/pdf-parser

PHP library to parse text from PDF files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wrseward

parser pdf pdftotext pdf-parser