arhitector/php-djvu

dev-master 2016-12-25 11:14 UTC

This package is auto-updated.

Last update: 2024-04-13 01:06:04 UTC


README

How to install

$ composer require arhitector/php-djvu dev-master

How to use

use Arhitector\Djvu\Document;

// create instance of Document
$document = new Document(__DIR__.'/tests/file1.djvu');

// get the number of pages
$pages = $document->getPages();

var_dump($pages); // int 675

License

MIT License.