Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

djvuextract(1) [debian man page]

DJVUEXTRACT(1)							   DjVuLibre-3.5						    DJVUEXTRACT(1)

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 spec- ifies 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. CREDITS
This program was written by Leon Bottou <leonb@users.sourceforge.net> and was then improved by Andrei Erofeev <andrew_erofeev@yahoo.com>, Bill Riemers <docbill@sourceforge.net> and many others. SEE ALSO
djvu(1), djvumake(1) DjVuLibre-3.5 10/11/2001 DJVUEXTRACT(1)

Check Out this Related Man Page

DJVM(1) 							   DjVuLibre-3.5							   DJVM(1)

NAME
djvm - Manipulate bundled multi-page DjVu documents. SYNOPSIS
Creating a bundled document: djvm -c[reate] doc.djvu page1.djvu ... pageN.djvu Inserting: djvm -i[nsert] doc.djvu page.djvu [pagenum] Removing: djvm -d[elete] doc.djvu pagenum Listing: djvm -l[ist] doc.djvu DESCRIPTION
This program creates or modifies a bundled multi-page DjVu document. Multi-page bundled documents can be used directly or converted to indirect document using command djvmcvt. OPTIONS
-c[reate] Create a bundled DjVu document named doc.djvu by collecting files page1.djvu to pageN.djvu. -i[nsert] Modify the bundled DjVu document named doc.djvu by inserting file page.djvu as page pagenum. Omitting argument pagenum means that the page should be appended at the end of the document. File page.djvu also can be a multi-page DjVu document. All pages will be inserted at the specified location. -d[elete] Remove page pagenum from the bundled multi-page DjVu document doc.djvu. -l[ist] List all component files in the multi-page DjVu document doc.djvu. CREDITS
This program was initially written by Andrei Erofeev <andrew_erofeev@yahoo.com> and was improved by Bill Riemers <docbill@sourceforge.net> and many others. SEE ALSO
djvu(1), djvmcvt(1) DjVuLibre-3.5 10/11/2001 DJVM(1)
Man Page