Hm. Any idea why the difference in result between an epub produced from a Word doc by Meatgrinder, and an epub produced essentially from the same doc by Calibre? They look the same in the viewers that I've tried them in, but I've peeked at just enough of the code to see that they look different.
When I explode the SW version, I see no trace of the Word styles, but there are some interesting lines, such as:
<meta name="GENERATOR" content="OpenOffice.org 3.0 (Unix)"/> -- which makes me wonder if it's poured through Open Office before conversion, and
<body dir="ltr" class="calibre"> -- and a lot of other tags with the word "calibre" in them, which makes me wonder if Meatgrinder has Calibre scripts running under its hood.
I see some similar-looking tags in the version generated by Calibre.
Not sure what to make of it all, though.
|