Skip to content

jack-theripper/php-djvu

Repository files navigation

The library for work with DJVU files.

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.

About

The php library for work with DJVU files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages