1DJVM(1) DjVuLibre-3.5 DJVM(1)
2
3
4
6 djvm - Manipulate bundled multi-page DjVu documents.
7
8
10 Creating a bundled document:
11 djvm -c[reate] doc.djvu page1.djvu ... pageN.djvu
12
13 Inserting:
14 djvm -i[nsert] doc.djvu page.djvu [pagenum]
15
16 Removing:
17 djvm -d[elete] doc.djvu pagenum
18
19 Listing:
20 djvm -l[ist] doc.djvu
21
22
24 This program creates or modifies a bundled multi-page DjVu document.
25 Multi-page bundled documents can be used directly or converted to indi‐
26 rect document using command djvmcvt.
27
28
30 -c[reate]
31 Create a bundled DjVu document named doc.djvu by collecting
32 files page1.djvu to pageN.djvu.
33
34 -i[nsert]
35 Modify the bundled DjVu document named doc.djvu by inserting
36 file page.djvu as page pagenum. Omitting argument pagenum means
37 that the page should be appended at the end of the document.
38 File page.djvu also can be a multi-page DjVu document. All
39 pages will be inserted at the specified location.
40
41 -d[elete]
42 Remove page pagenum from the bundled multi-page DjVu document
43 doc.djvu.
44
45 -l[ist]
46 List all component files in the multi-page DjVu document
47 doc.djvu.
48
49
51 This program was initially written by Andrei Erofeev <andrew_ero‐
52 feev@yahoo.com> and was improved by Bill Riemers <docbill@source‐
53 forge.net> and many others.
54
55
57 djvu(1), djvmcvt(1)
58
59
60
61
62DjVuLibre-3.5 10/11/2001 DJVM(1)