opf2mobi - A script to convert an opf file to a MobiPocket file
opf2mobi file.opf
A script to convert an opf file to a MobiPocket file.
Specify the title for the book. This overrides the value given in the opf file.
Add a prefix to the title of the book. Useful for specifying number for books in series.
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.
Name of the output file. This overrides the default value.
Add link to cover image first in main document.
Make a copy of the toc and place it first.
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.
Default is rescaling images for them to work on Cybook Gen3. To disable this specify --imagerescale 0.
opt2mobi Alice_In_Wonderland.opf
opf2mobi --tocfirst --addcoverlink The_Railway_Children.opf
- Extract language information from opf file
Tommy Persson (tpe@ida.liu.se)