PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Fabian Schmengler   PHP PDFBox   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDFBox
Extract text from PDF documents using PDFBox tool
Author: By
Last change:
Date: 9 years ago
Size: 592 bytes
 

Contents

Class file image Download
{ "name": "sgh/pdfbox", "type": "library", "description": "PHP5 wrapper for the Apache PdfBox ExtractText utility.", "keywords": ["pdf", "pdfbox"], "homepage": "https://github.com/schmengler/PdfBox", "license": "BSD", "authors": [ { "name": "Fabian Schmengler", "email": "fschmengler@sgh-it.eu" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit-dom-assertions": "1.0.*@dev" }, "autoload": { "psr-0": { "SGH\\PdfBox": "src/" } } }