View Single Post
Old 03-29-2009, 01:17 PM   #1
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
ereader2ereader in two steps

Required:
Dropbook/MakeBook (tools to make eReader books)
ereader2html.py

One time setup:
Install DropBook or MakeBook (obsolete java command line tool)
http://www.ereader.com/ereader/help/...k/download.htm


Make changes to erader2html:
Quote:
Note as of 0.06+ (aka v6) ereader2html now includes this change, so this step is not needed with the newer script
(note line number are before ANY insert)
Insert after line 470 keep the same indent as line 470
os.makedirs(outdir + '\\book_img')

Insert after line 476 keep the same indent as line 476
file(os.path.join(outdir + '\\book_img', name), 'wb').write(contents)

Insert after line 479 keep the same indent as line 479
file(os.path.join(outdir, 'book.pml'),'wb').write(er.getText())


Now for the process:
Step 1: Run the ereader2html tool.
Step 2: Open DropBook. And drag and drop the book.pml file on the drop book application.
(this step will produce a file book.pdb in the same directory)
=X=

Last edited by =X=; 12-16-2009 at 05:08 PM. Reason: error it's ereader2html.py not ereader2html.pl
=X= is offline   Reply With Quote