static char* djvmcvt

DjVu multipage document converter.
Synopsis
        djvmcvt -b[undled] <doc_in.djvu> <doc_out.djvu>

	or
	
	djvmcvt -i[ndirect] <doc_in.djvu> <dir_out> <idx_fname.djvu>
    

Description --- File "djvmcvt.cpp" and the program djvmcvt serve the purpose of convertion of obsolete DjVu documents into the new formats. The program can also read documents in the new formats, so you can use it to perform conversion between BUNDLED and INDIRECT formats. This is a simple illustration of the capabilities of DjVuDocument class.

As a matter of fact, there are two ways to make conversion between different formats:

  1. If the input format is one of obsolete formats (OLD_BUNDLED or OLD_INDEXED) then the conversion can be done by DjVuDocument only.
  2. If the input format is one of new formats (BUNDLED or INDIRECT) then the best candidate to perform conversion is DjVmDoc class. It will do it at the lowest possible with the least expenses.

Arguments --- Depending on the output format, the number and types of arguments differ. The second argument though (<doc_in.djvu>) is the same in both cases, and depending on the format of input document, it means:

.

So, in order to do conversion choose one of syntaxes below:

Author:
Andrei Erofeev <eaf@geocities.com>
Version:
$Id: djvmcvt.html,v 1.6 2000/11/02 02:17:04 bcr Exp $

Alphabetic index Hierarchy of classes


DjVu is a trademark of AT&T.
All other products mentioned are registered trademarks or trademarks of their respective companies.