View Single Post
Old 02-26-2009, 08:21 AM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
I have the solution to the problem... CALIBRE!!!!

use html2epub to generate an ePub file that will work on your 505..

Code:
html2epub --margin-top=0 --margin-bottom=0 --margin-left=0 --margin-right=0 --base-font=20 index.html
That is what I used from the command line and it worked fine. Granted, I did not use any of the options to put in proper metadata.

You might want to fix the HTML so the ToC shows the board number and you may want to remove the index links from the top of each page.
Attached Files
File Type: epub index.epub (832.1 KB, 388 views)
JSWolf is offline   Reply With Quote