ebook-tools package contains tools for accessing and converting various ebook file formats.
Usage: einfo [options] < filename >
-h Help message
-v Verbose (error)
-vv Verbose (warnings)
-vvv Verbose (info)
-d Debug mode (implies -vvv)
-p Linear print book (normal reading)
-pp Print the whole book
-t < tour id > prints the tour
-g Print the guide file as html (if exists)
-n Print the toc ncx file as html (if exists)
Requirements:
· libzip
· libxml2
· cmake
· clit
· zip
Installation
Installing is pretty simple
cmake .
Works fine in most cases do ccmake . if you have to fiddle with the configuration for some reason.
make
make install
What's New in This Release:
· Tour handling was fixed.
· Lots of einfo bugs were fixed.
· API documentation was added to structs and functions.
Product's homepage