Blame tools/djvuextract.1

Packit df99a1
.\" Copyright (c) 2001-2003 Leon Bottou, Yann Le Cun, Patrick Haffner,
Packit df99a1
.\" Copyright (c) 2001 AT&T Corp., and Lizardtech, Inc.
Packit df99a1
.\"
Packit df99a1
.\" This is free documentation; you can redistribute it and/or
Packit df99a1
.\" modify it under the terms of the GNU General Public License as
Packit df99a1
.\" published by the Free Software Foundation; either version 2 of
Packit df99a1
.\" the License, or (at your option) any later version.
Packit df99a1
.\"
Packit df99a1
.\" The GNU General Public License's references to "object code"
Packit df99a1
.\" and "executables" are to be interpreted as the output of any
Packit df99a1
.\" document formatting or typesetting system, including
Packit df99a1
.\" intermediate and printed output.
Packit df99a1
.\"
Packit df99a1
.\" This manual is distributed in the hope that it will be useful,
Packit df99a1
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit df99a1
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit df99a1
.\" GNU General Public License for more details.
Packit df99a1
.\"
Packit df99a1
.\" You should have received a copy of the GNU General Public
Packit df99a1
.\" License along with this manual. Otherwise check the web site
Packit df99a1
.\" of the Free Software Foundation at http://www.fsf.org.
Packit df99a1
.TH DJVUEXTRACT 1 "10/11/2001" "DjVuLibre-3.5" "DjVuLibre-3.5"
Packit df99a1
.de SS
Packit df99a1
.SH \\0\\0\\0\\$*
Packit df99a1
..
Packit df99a1
.SH NAME
Packit df99a1
djvuextract \- Extract chunks from DjVu image files.
Packit df99a1
Packit df99a1
.SH SYNOPSIS
Packit df99a1
.BI "djvuextract [-page=" "pagenum" "] " "djvufile" " [" "chkid" "=" "filename" "]..." 
Packit df99a1
Packit df99a1
.SH DESCRIPTION
Packit df99a1
Program
Packit df99a1
.B djvuextract
Packit df99a1
extracts raw chunk data from a DjVu file
Packit df99a1
.IR djvufile .
Packit df99a1
These chunks can then be re-assembled into DjVu files
Packit df99a1
using program
Packit df99a1
.BR djvumake .
Packit df99a1
Packit df99a1
Option 
Packit df99a1
.B -page
Packit df99a1
can be used to specify a particular page.
Packit df99a1
Otherwise the first page of the document is assumed.
Packit df99a1
Each remaining argument specifies that the raw data 
Packit df99a1
associated with all the chunks named
Packit df99a1
.I chkid 
Packit df99a1
will be concatenated into the file named
Packit df99a1
.IR filename .
Packit df99a1
Chunks named 
Packit df99a1
.B BG44
Packit df99a1
and 
Packit df99a1
.B FG44
Packit df99a1
are handled slightly differently:
Packit df99a1
the program generates legal
Packit df99a1
.SM IW44
Packit df99a1
files instead of simply saving the
Packit df99a1
raw data.
Packit df99a1
Packit df99a1
See the man page 
Packit df99a1
.BR djvumake (1)
Packit df99a1
for related information.
Packit df99a1
Packit df99a1
.SH CREDITS
Packit df99a1
This program was written by L\('eon Bottou <leonb@users.sourceforge.net> and
Packit df99a1
was then improved by Andrei Erofeev <andrew_erofeev@yahoo.com>, Bill Riemers
Packit df99a1
<docbill@sourceforge.net> and many others.
Packit df99a1
Packit df99a1
.SH SEE ALSO
Packit df99a1
.BR djvu (1),
Packit df99a1
.BR djvumake (1)