oeb2mobi(1)
NAME
oeb2mobi - part of calibre
SYNOPSIS
oeb2mobi [options] file.opf
DESCRIPTION
Whenever you pass arguments to oeb2mobi that have spaces in them,
enclose the arguments in quotation marks.
OPTIONS
- --version
- show program's version number and exit
- -h, --help
- show this help message and exit
- --encoding
- Character encoding for HTML files. Default is to auto detect.
- -o, --output
- Output file. Default is derived from input filename.
- -v, --verbose
- Useful for debugging.
- PROFILES
- Device renderer profiles. Affects conversion of font sizes, image rescaling and rasterization of tables. Valid profiles are: Browser, CybookG3, HanlinV3, Kindle, MSReader, Mobipocket, PRS505.
- --source-profile
Source renderer profile. Default is 'Browser'.
- --dest-profile
Destination renderer profile. Default is 'CybookG3'.
- MOBIPOCKET
- Mobipocket-specific options.
- --compress
Compress file text using PalmDOC compression. Results in smaller files, but takes a long time to run.
- --rescale-images
Modify images to meet Palm device size limitations.
- --toc-title
Title for any generated in-line table of contents.
- --ignore-tables
Render HTML tables as blocks of text instead of actual tables. This is neccessary if the HTML contains very large or complex tables.
- --prefer-author-sort
When present, use the author sorting information for generating the Mobipocket author metadata.
SEE ALSO
The User Manual is available at http://calibre.kovidgoyal.net/user_manual
- Created by Kovid Goyal <kovid@kovidgoyal.net>