djvuextract (1)
Leading comments
Copyright (c) 2001-2003 Leon Bottou, Yann Le Cun, Patrick Haffner, Copyright (c) 2001 AT&T Corp., and Lizardtech, Inc. This is free documentation; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU General Public License's references to "object code" and "executables" are to be interpreted as the output of any document formatti...
NAME
djvuextract - Extract chunks from DjVu image files.SYNOPSIS
djvuextract [-page=pagenum] djvufile [chkid=filename]...DESCRIPTION
Program djvuextract extracts raw chunk data from a DjVu file djvufile. These chunks can then be re-assembled into DjVu files using program djvumake.Option -page can be used to specify a particular page. Otherwise the first page of the document is assumed. Each remaining argument specifies that the raw data associated with all the chunks named chkid will be concatenated into the file named filename. Chunks named BG44 and FG44 are handled slightly differently: the program generates legal
IW44
files instead of simply saving the
raw data.
See the man page djvumake(1) for related information.