mobitool(1) | General Commands Manual (urm) | mobitool(1) |
mobitool
— Utility
for handling MOBI format ebook files.
mobitool |
[-cdehimrstuvx7 ] [-o
dir] [-p
pid] [-P
serial] file |
The program handles .prc, .mobi, .azw, .azw3, .azw4, some .pdb
documents. It is powered by libmobi
library.
Invoked without arguments prints document metadata and exits.
A list of flags and their descriptions:
-c
-d
-e
-h
-i
-m
-o
dir-p
pid-P
serial-r
-s
-t
-u
-v
-x
-7
The following command decompiles given mobi document. The output folder will be created in /tmp.
% mobitool -s -o /tmp
example.mobi
The following command converts mobi document to epub format.
% mobitool -e
example.mobi
The mobitool
utility returns 0 on success,
1 on error.
Copyright (C) 2014-2022 Bartek Fabiszewski.
Released under LGPL version 3 or any later (same as
libmobi
).
Visit http://www.fabiszewski.net for details.
For diagnostics libmobi
must be configured
with --enable-debug
option.
February 16, 2022 | Unix |