View Single Post
Old 02-16-2008, 09:47 AM   #271
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by JSWolf View Post
nrapallo, can you try the following Mobi format eBook with your Pearl script please? I'd like to know how it compares to the IMP version as output by Book Designer.

Mobi Edition as created using HarryT's directions
https://www.mobileread.com/forums/showthread.php?t=13606

IMP version created using Book Designer
https://www.mobileread.com/forums/showthread.php?t=17586

Thanks!
Sure can! This is all I had to do, (the Category, Author and Title all came from that .prc):
Code:
c:\>mobi2imp.exe "Overclocked Stories of the Future Present.prc" Overclocked
I used the new mobi2imp.exe (version 4) compiled windows binaries available at https://www.mobileread.com/forums/sho...48&postcount=3 to produce a EBW 1150 .IMP version of 'Overclocked Stories of the Future Present.prc' and got good results. See Cory Doctorow - Overclocked -Future Present.imp

However, the .prc and .imp you referred to appear to have been built differently with regards to paragraph separation.

Also, that .imp file created by BD used the 'book cover' feature, and as such the 'cover' image isn't referred to in the source .html and my perl script could not add it.

However, since the 'cover' image was included in the .prc, I quickly edited the source .html to add the 'cover' as the first thing after the <BODY> tag with:
Code:
<div align="center"><p align="center"><img src="record-132.JPG" /></div>
Then, using the .opf file, I easily rebuilt it and produce a 'fixed' version. See Cory Doctorow - Overclocked -Future Present_fixed.imp

This .prc to .imp procedure is almost as good as having the original source files!!! I feel slightly voyeuristic.

-Nick
nrapallo is offline   Reply With Quote