Quote:
Originally Posted by papa4ahe
I have installed and run eReader. In the scripts file, after running the script, I find a book, called book.html. Should I now be able to run Calbre with that book, assuming that is the result of running eReader. So much to know. Thanks for any help.
|
Yes, point Calibre at the book.html file. However, it should have appeared in a subdirectory of your script directory, e.g.:
Code:
ereader2html ebook_name.pdb ebook_dir "your name" credit_card_number
will create the subdirectory "ebook_dir" (if it does not exist) and put the ebook (book.html and images) there. This is important if you start with all your .pdb ebooks in the same directory. If you already have each ebook in its own directory, then you can run ereader2html in that directory and use "." as the directory (which means the current directory) if you want.