NAME

opf2mobi - A script to convert an opf file to a MobiPocket file


SYNOPSIS

opf2mobi file.opf


DESCRIPTION

A script to convert an opf file to a MobiPocket file.


OPTIONS

--title TITLE

Specify the title for the book. This overrides the value given in the opf file.

--prefixtitle PREFIX

Add a prefix to the title of the book. Useful for specifying number for books in series.

--author AUTHOR

Specify the author of the book. This overrides the value given in the opf file. This value is stored in the EXTH part of record 0.

--mobifile MOBIFILE

Name of the output file. This overrides the default value.

--addcoverlink

Add link to cover image first in main document.

--tocfirst

Make a copy of the toc and place it first.

--htmlfile HTMLFILE

Saves the html that is packed into mobi format. This html code contains Mobipocket specific things that are added automatically. This is mostly useful for debugging.


EXAMPLES

   lit2mobi Alice_In_Wonderland.lit
   lit2mobi --tocfirst --addcoverlink The_Railway_Children.lit


TODO

   - Extract language information from opf file


BUGS

   - Images larger than a certain size less than 600x800 does
     not work on the Gen3. I now resize so that maximum width
     is 480. But 600x800 gif file did work with the demo Alice
     mobi file. So there is a bug here somewhere.


AUTHOR

Tommy Persson (tpe@ida.liu.se)