logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

djvudump - Display internal structure of DjVu files.

Credits

       This  program  was  written  by Léon Bottou <leonb@users.sourceforge.net> and was then improved by Andrei
       Erofeev <andrew_erofeev@yahoo.com>, Bill Riemers <docbill@sourceforge.net> and many others.

Description

       Program  djvudump  prints an indented representation of the chunk structure of any DjVu files.  Each line
       represent contains a chunk ID followed by the chunk size.  Lines are indented in  order  to  reflect  the
       hierarchical  structure  of  the  IFF  files.  The page identifier is printed between curly braces when a
       bundled multi-page DjVu document is recognized.  Additional information about each chunk is provided when
       djvudump recognizes the chunk name and knows how to summarize the chunk data.

Name

       djvudump - Display internal structure of DjVu files.

Remarks

       This program is  in  fact  able  to  describe  any  file  complying  with  the  Electronic  Arts  IFF  85
       specification.  This includes a number of graphical and sound file formats.

See Also

djvu(1)

DjVuLibre-3.5                                      10/11/2001                                        DJVUDUMP(1)

Synopsis

djvudump[-ooutputfile]djvufiles...

See Also