Download djweave User Manual

Transcript
djweave User Manual
Stefan Kebekus
July 15, 2009
djweave is a simple command line utility to merge two DJVU files with
odd/even pages into a single document
1 Synopsis
djweave [options] [odd.djvu] [even.djvu] [output.djvu]
2 Program description
This program merges two DJVU files, which contain the odd and the even pages of
a document, respectively, into a single DJVU file. This helps with scanning multipage double sided documents on scanners with automatic document feeder, but without
support for double sided paper. Scanning in two passes, it is generally easy to produce
a file ’odd.djvu’ that contains all odd (=front) pages in ascending order and all even
(=back) pages in descending order. To work, the files need to contain the same number
of pages.
3 Command line arguments and options
This program expects three filenames
odd.djvu The path to a DJVU file that contains (in ascending order) the pages which
will become the odd pages in the new documents.
even.djvu The path to a DJVU file that contains (in descending order) the pages which
will become the even pages in the new documents.
output.djvu The path to a DJVU file where the output will be stored. If a file already
exists at this path, it will be overwritten without warning.
1
4 Command line options
-help Display a brief help message.
-license Displays the license and exists.
-verbose If this option is given, progress messages will be printed.
5 CREDITS
This program was written by Stefan Kebekus, [email protected]. It is distributed
under the GNU General Public License v3, or (at the user’s option) any newer version
of this license.
6 See also
djvu(1), djvused(1), djvm(1), djview(1)
2