Mobi2IMP (version 9.4e) Copyright (C) 2009 Nick Rapallo (nrapallo)
Usage: Mobi2IMP [options] MobiSource [Category [Authorname [Title]]]

Where [options] are:
   [ --verbose ] printout messages about this conversion
   [ --debug ] printout more detailed messages about conversion
 Output related:
   [ --explodedir DIR ] set 'ExplodeDIR' to use instead of default 'Filename'
   [ --out IMPFILENAME ] set .IMP filename to use (overrides default naming)
   [ --1200 | --1100 | --oeb | --epub ] simultaneously create these versions
   [ --1150 ] conversely do not create the 1150 .IMP version
   [ --cover ] add cover page using the existing cover embedded in MobiSource
 Style related:
   [ --LRmargins LR] set left-right margins to LR=2px,5%,8% not default 2%
   [ --nomargins ] set left-right margins to 0% instead of default 2%
   [ --smallerfont ] use 'x-small' font size for body text not 'small'
   [ --largerfont ] use 'medium' font size for body text not 'small'
   [ --nojustify ] no full justification (i.e. left-aligned) not 'justify'
   [ --nopara ] use no paragraph separation not 'blank line' (1em) separation
   [ --indent ] use small (1em) indent instead of no (0em) indent
   [ --bgcolor #FF80FF ] use color #FF80FF as background color for every page
   [ --header_hr ] use header text 'Title Author' followed by <hr>
   [ --header_color #FF80FF ] use color #FF80FF as header background color only
 HTML/BD Fixes:
   [ --BDbig ] make BookDesigner notice at the end 'big print' not small
   [ --BDnewpage ] put BookDesigner notice at the end on a newpage
   [ --BDremove ] remove BookDesigner notice at the end
   [ --noBRfix ] when using '--nopara', don't fix (broken) <br />'s issue
   [ --noimagefix ] do not pad/resize images to device's aspect ratio
   [ --noimagefix ] also leave image link locations/blank lines before captions
   [ --nomarginfix ] do not convert Mobipocket-specific width= & height= tags

Required parameters: MobiSource
   MobiSource is the Mobipocket (.prc/.mobi/.pdb) file to convert to .IMP
      if contains spaces, then surround with quotes (i.e. "My Source.prc")
   [now --explodedir is directory where to explode mobi file (left behind!)
      can also be "." for current directory]

Optional parameters: [Category [Authorname [Title]]]
   Are all optional; with same being extracted from source file, if present.

If 'Build' successful, then default .IMP filename is 'Author - Title.ext'
If 'Build' method fails to create ebook, load .opf and manually 'Build' it!
If resulting .IMP is wrong version in viewer, just re-install eBook Publisher!