Blame tools/djvm.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 DJVM 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
djvm \- Manipulate bundled multi-page DjVu documents.
Packit df99a1
Packit df99a1
.SH SYNOPSIS
Packit df99a1
.SS Creating a bundled document:
Packit df99a1
.BI "djvm -c[reate] " "doc.djvu" " " "page1.djvu" " ... " "pageN.djvu"
Packit df99a1
.SS Inserting:
Packit df99a1
.BI "djvm -i[nsert] " "doc.djvu" " " "page.djvu" " [" "pagenum" "]"
Packit df99a1
.SS Removing:
Packit df99a1
.BI "djvm -d[elete] " "doc.djvu" " " "pagenum"
Packit df99a1
.SS Listing:
Packit df99a1
.BI "djvm -l[ist] " "doc.djvu"
Packit df99a1
Packit df99a1
.SH DESCRIPTION
Packit df99a1
This program creates or modifies a bundled multi-page DjVu document.
Packit df99a1
Multi-page bundled documents can be used directly or converted
Packit df99a1
to indirect document using command
Packit df99a1
.BR djvmcvt .
Packit df99a1
Packit df99a1
.SH OPTIONS
Packit df99a1
.TP
Packit df99a1
.B -c[reate]
Packit df99a1
Create a bundled DjVu document named
Packit df99a1
.I doc.djvu
Packit df99a1
by collecting files
Packit df99a1
.I page1.djvu
Packit df99a1
to 
Packit df99a1
.IR pageN.djvu .
Packit df99a1
.TP
Packit df99a1
.B -i[nsert]
Packit df99a1
Modify the bundled DjVu document named
Packit df99a1
.I doc.djvu
Packit df99a1
by inserting file
Packit df99a1
.I page.djvu
Packit df99a1
as page
Packit df99a1
.IR pagenum .
Packit df99a1
Omitting argument
Packit df99a1
.I pagenum
Packit df99a1
means that the page should be appended at the end of the document.
Packit df99a1
File 
Packit df99a1
.I page.djvu
Packit df99a1
also can be a multi-page DjVu document.
Packit df99a1
All pages will be inserted at the specified location.
Packit df99a1
.TP
Packit df99a1
.B -d[elete]
Packit df99a1
Remove page
Packit df99a1
.I pagenum
Packit df99a1
from the bundled multi-page DjVu document
Packit df99a1
.IR doc.djvu .
Packit df99a1
.TP
Packit df99a1
.B -l[ist]
Packit df99a1
List all component files in the multi-page DjVu document
Packit df99a1
.IR doc.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