Blame tools/djvmcvt.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 DJVMCVT 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
djvmcvt \- Convert multi-page DjVu documents.
Packit df99a1
Packit df99a1
.SH SYNOPSIS
Packit df99a1
.SS Creating a bundled document:
Packit df99a1
.BI "djvmcvt -b[undled] " "docin.djvu" " " "docout.djvu"
Packit df99a1
.SS Creating an indirect document:
Packit df99a1
.BI "djvmcvt -i[ndirect] " "docin.djvu" " " "dir" " " "index.djvu"
Packit df99a1
Packit df99a1
.SH DESCRIPTION
Packit df99a1
This program converts any multi-page DjVu document 
Packit df99a1
to either the bundled or indirect multi-page format.
Packit df99a1
The input file
Packit df99a1
.I docin.djvu
Packit df99a1
must be either the file name of a bundled document 
Packit df99a1
or the index file of an indirect document.
Packit df99a1
Packit df99a1
.SH OPTIONS
Packit df99a1
.TP
Packit df99a1
.B -b[undled]
Packit df99a1
Create a bundled multi-page DjVu document named
Packit df99a1
.IR docout.djvu .
Packit df99a1
.TP
Packit df99a1
.B -i[ndirect]
Packit df99a1
Create an indirect multi-page DjVu document.
Packit df99a1
All the files composing the indirect document
Packit df99a1
will be stored into directory 
Packit df99a1
.IR dir .
Packit df99a1
The index file will be named
Packit df99a1
.IR index.djvu .
Packit df99a1
Packit df99a1
.SH CREDITS
Packit df99a1
This program was initially written by Andrei Erofeev
Packit df99a1
<andrew_erofeev@yahoo.com> and was improved by 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 djvmcvt (1)
Packit df99a1