View Single Post
Old 07-06-2009, 07:40 AM   #6
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,551
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
... but I can post this one, which shows similar problems.

a.mobi is just my Mobipocket version of "The Picture of Dorian Gray". It was created with MobiPerl's html2mobi, from a mobi-flavoured HTML (no mobipocket creator involved).

a-dir is what resulted from
Code:
mobi2oeb a.mobi -o a-dir
b.mobi is the result of
Code:
oeb2mobi a-dir/The\ Picture\ of\ Dorian\ Gray.opf -o b.mobi
b-dir is the result of
Code:
mobi2oeb b.mobi -o b-dir
I expected a.mobi and b.mobi to be almost the same, but a.mobi is 322KB and b.mobi 548KB.

I also expected a-dir and b-dir to have very similar contents, but not even the images are the same (they have different sizes). And the HTML in a-dir has simple <p>...</p> tags, while the one in b-dir has <p style="margin-top: 1em; text-indent: 0pt; text-align: justify">...</p>
Attached Files
File Type: zip test.zip (904.3 KB, 356 views)
Jellby is offline   Reply With Quote