PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Anton N Nikolaev   PHP PDF to HTML   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDF to HTML
Convert PDF to HTML using Poppler
Author: By
Last change: Upgrade emogrifier to v5
Date: 2 years ago
Size: 602 bytes
 

Contents

Class file image Download
{ "name": "tonchik-tm/pdf-to-html", "description": "This PHP class can convert your pdf files to html using poppler-utils.", "license": "MIT", "authors": [ { "name": "Anton Nikolaev", "email": "tonchik@tonchik.net", "homepage": "http://www.tonchik.net", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": ">=5.4.0", "pelago/emogrifier": "^5.0.0", "ext-dom": "*", "ext-fileinfo": "*" }, "autoload": { "psr-0": { "TonchikTm": "src" }, "psr-4": { "TonchikTm\\PdfToHtml\\": "src/" } } }