Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#31
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...That is what I have done. Both the .py and the .pdb files are in the same directory, I'm running the command prompt set at the same directory, and I'm setting outdir as the same directory. So what now?
|
#32
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...OK - tried it one last time: command prompt set at directory where erdr2pml.py and book.pdb are and used the syntax:
Code:
erdr2pml.py book.pdb "my name" ccn |
#33
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Quote:
Code:
for %f IN (*.pdb) do call erdr2pml.py %f "name" ccn Code:
for /f %%a IN ('dir /b *.pdb') do call erdr2pml.py %%a "name" ccn "dir /b *.pdb" returns a bare directory listing (no filesize, attributes, etc.) with filenames that match the *.pdb pattern. "%%a" is our variable. |
#34
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...I'm having trouble with this. When I enter:
erdr2pml.py a.pdb "My name" CCN I receive the error: File "<stdin>", line 1 SyntaxError: invalid syntax (highlighting the name of the book 'a') I've tried renaming the files as numbers or all lowercase letters, but to no avail. What am I missing? Thanks! |
#35
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Quote:
Quote:
|
#36
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Worked fine. Thank you. (BTW... if you can't find images... - I couldn't initially.. they will be stored in a newly created folder called "images")..
Last edited by polocanada : 04-03-2011 at 09:16 AM. |
#37
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Ok I don't have windows, but I followed along on my mac and I am familiar with linux.
I downloaded python v2xx I also downloaded erdr2pml.py AND xpml2xhtml.py I placed the above files into a working directory I placed my numbered pdb file into this directory also I opened a terminal and did the following: cd into the working directory then this command: xpml2xhtml.py #####5_pdv.v1.pdb "My name" CC####### I receive this as a result: xpml2xhtml.py: command not found Is there anyone who can help me with this or knows what may be wrong? Thanks a bunch! |
#38
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Quote:
|
#39
|
|||
|
|||
Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Hi Johnr267, can you please help me remove DRM from a pdb ebook for me? thanks
kcl |
Tags: barnes and noble, barnes noble, convert, convert pdb, converter, converting, drm, dropbook, ebook, erdr2pml, erdr2pml py, ereader2html, pdb, remove drm, remove drm pdb |
Thread Tools | |
Display Modes | |
|
|