![]() |
2009-02-17
, 23:45
|
Posts: 422 |
Thanked: 244 times |
Joined on Feb 2008
|
#42
|
python eReader2html.py --help
eReader2Html v0.03. Copyright (c) 2008 The Dark Reverser Converts eReader books to HTML Usage: ereader2html infile.pdb outdir "your name" credit_card_number Note: It's enough to enter the last 8 digits of the credit card number
python ereader2html.py thebook.pdb thebook "Fred Bloggs" 12345678
If this doesn't help, it also may be because you haven't told us specifically what you're trying to do. These are my notes for removing the DRM (for which I legitimately had the PID for the Mobi format) from a MobiPocket Reader file so I could read it in FBReader on my N800. Also, my example is for a Windows PC.
My notes:
Example of decrypting (removing DRM) from MOBIbook (MobiReader) with PID
Go to Python; select Run from File Menu
In Script File enter: C:\scripts\script3.py
In Arguments enter: AmericanGods.prc AmericanGodsY.prc VVBQTEW$DJ
I had Script and .prc file in same folder (don't know if that matters)
Or, from Command Line in DOS: C:\Python25>python mobidedrm.py AmericanGods.prc AmericanGodsY.prc VVBQTEW$DJ
python mobidedrm.py when.prc whenY.prc VVBQTEW$DJ
* AmericanGods is the book to decode
* VVBQTEW$DJ was my Personal Identifier for that book file
Don't know if that helps. Good luck!
.
. .
Help Save This Forum for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)