I downloaded some free books from fictionwise, that only came in secure ereader format. I am totally unfamiliar with ereader. Can I convert this to something that will work on my Kindle? If I can get it to pdf form, I can send it to Amazon to convert.
Obviously, these were free books, so it is mostly an intellectual exercise, but I have a kindle, and would like to not be restricted in what I can buy. i am familiar with mobidedrm4, but what is used with secure ereader?
Thanks in advance. Debra
Use ereader2html.py, also from the Dark Reverser but with a different argument list than mobidedrm. The result will be HTML and images, which can be imported into Windows MobiPocket Reader (or Creator) with the resulting MOBI file in the MobiPocket directory (by default this is My Documents\My eBooks). Or you can make a zip of all the output files and send it to Amazon to convert.
Note that the fact that these ebooks were free does not effect the legality of stripping the DRM.
Thanks! As I indicated, it is mostly an intellectual exercise. I am (obviously!) not a computer whiz. Is there a discussion on this board that you know of where I could see a discussion of ereader conversion?
You might find the ereader2html won't work with drm-free ereader files.
If you're comfortable with the comand-line and perl you could use the ebook-tools perl module I mentioned in this similar thread:
http://www.mobileread.com/forums/sho...059#post323059Quote Sydney's Mom
Is there a discussion on this board that you know of where I could see a discussion of ereader conversion?
See
eReader Decoder Tool or
Ereader2Html.
Thanks. No luck finding ereader2Html online. If someone could PM me, I would be most appreciative.
Quote Sydney's Mom
Thanks. No luck finding ereader2Html online. If someone could PM me, I would be most appreciative.
While not THE ereader2html.py script, see a Q&D imitation windows program I called ereader2html (and Perl script)
here.
Thank you very much! However, I am a novice. Do I extract the files into the same file as Python26? Or do I need to do something different/
Quote Sydney's Mom
Thank you very much! However, I am a novice. Do I extract the files into the same file as Python26? Or do I need to do something different/
Just download this
attachment, unzip it and copy the ereader2html.exe to the directory where your DRM-free eReader .pdb is located. Open a command prompt window there and type:
Code
ereader2html.exe ebook.pdb
where
ebook.pdb is the name of your eReader ebook. (surround your ebook name with quotes if it contains spaces).
Hopefully it will now work as advertised... But, remember, this is crude and really a proof-of-concept. If you want to use a python script, then just PM me, perhaps I can help you get started.
Thanks. I am getting a "not recognized as an internal or external command, operable program or batch file."
Since I have to get up soon, I better stop. I will try some more this weekend - it took 2 days, but I got mobidedrm to work!