logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

djvm - Manipulate bundled multi-page DjVu documents.

Credits

       This  program was initially written by Andrei Erofeev <andrew_erofeev@yahoo.com> and was improved by Bill
       Riemers <docbill@sourceforge.net> and many others.

Description

       This program creates or modifies a bundled multi-page DjVu document.  Multi-page bundled documents can be
       used directly or converted to indirect document using command djvmcvt.

Name

       djvm - Manipulate bundled multi-page DjVu documents.

Options

-c[reate]
              Create a bundled DjVu document named doc.djvu by collecting files page1.djvu to pageN.djvu.

       -i[nsert]
              Modify  the  bundled  DjVu  document  named  doc.djvu by inserting file page.djvu as page pagenum.
              Omitting argument pagenum means that the page should be appended at the end of the document.  File
              page.djvu also can be a multi-page DjVu document.  All pages will be  inserted  at  the  specified
              location.

       -d[elete]
              Remove page pagenum from the bundled multi-page DjVu document doc.djvu.

       -l[ist]
              List all component files in the multi-page DjVu document doc.djvu.

See Also

djvu(1), djvmcvt(1)

DjVuLibre-3.5                                      10/11/2001                                            DJVM(1)

Synopsis

Creatingabundleddocument:djvm-c[reate]doc.djvupage1.djvu...pageN.djvuInserting:djvm-i[nsert]doc.djvupage.djvu[pagenum]Removing:djvm-d[elete]doc.djvupagenumListing:djvm-l[ist]doc.djvu

See Also