View Single Post
Old 12-05-2010, 01:46 PM   #7
KenJackson
Addict
KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!KenJackson goes to infinity... and beyond!
 
Posts: 256
Karma: 112042
Join Date: Oct 2010
Location: Maryland, USA
Device: Sony PRS-650
Quote:
Originally Posted by dwanthny View Post
I took the liberty of converting it from epub to epub using calibre. The resultant epub was half the size. The converted epub also was easy to navigate on my PRS-505 and the font size changed without any problem.
Thank you dwanthny! What a world of difference.
I don't think I would have thought of a like-to-like conversion to solve the problem

I find it convenient to use the command-line, so I did this. The ebook-convert command is part of calibre. INPUT.epub and OUTPUT.epub stand for the long original name and my selected output name. Option --no-default-epub-cover avoids adding the picture of a book on the front (I wish this were the default). The result was barely more than a third the original size and works great.
Code:
ebook-convert INPUT.epub OUTPUT.epub --no-default-epub-cover
The command spews out diagnostics and it's progress to the terminal as it goes. There were twelve of these errors. Maybe this was the problem.
Code:
CSS import of missing file u'OEBPS/Common_Content/css/common.css'
CSSImportRule: While processing imported style sheet href=u'common.css': IOError('Cannot read Stylesheet.',)
Quote:
Originally Posted by dwanthny View Post
The HTML TOC is inline the TOC for epub is in the menu. You should have a Table of Contents button on your screen under the book menu. This is where you will find the TOC.
Thanks again. I hadn't found that yet.

This seems more bothersome than it could be. I press the OPTIONS button, then Go to, then Table of Contents, then the name of the book (what else?), then finally several layers of TOC.

Anyway, my initial delight in finding online documentation in epub format is restored.
KenJackson is offline   Reply With Quote