Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Quote:
Code:
ereader2html.py good life.pdb outdir "john dow" 123456789012345 |
#2
|
|||
|
|||
![]() Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Not sure if this helps put I was told to put in only the last 8 digits of my credit card and it worked.
|
#3
|
|||
|
|||
![]() Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...I have the same problem. Any tips?
|
#4
|
|||
|
|||
![]() 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 |
#5
|
|||
|
|||
![]() Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...I have downloaded erdr2pml.py, downloaded and installed python, and from the command prompt set at the directory where the .pdb I want to convert and the erdr2pml.py are located I enter:
c:\users\me\my docs\my ebooks\dir erdr2pml.py samedir\book.pdb samedir "My Name" mycreditcardnumber And get a nice message that erdr2pml is from Dark Reverser and is to convert .pdb to .pml and the syntax and that you only have to enter the last 8 digits of cc number. But there is no conversion. I've tried this without the full directory path in front of the book file and get the same message. Should the erdr2pml.py file be stored in the same directory as the python? or what else am i doing wrong? |
#6
|
|||
|
|||
![]() Re: Remove DRM from PDB ebook from B&N (Barnes & Noble),...Quote:
Code:
erdr2pml.py book.pdb samedir "Name" CCN Code:
erdr2pml.py book.pdb "Name" CCN |
#7
|
|||
|
|||
![]() 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?
|
#8
|
|||
|
|||
![]() 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 |
#9
|
|||
|
|||
![]() 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. |
#10
|
|||
|
|||
![]() 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! |
![]() ![]() |
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 | |
|
|