I get the following error message when trying to remove DRM from EPUB with python scripts:
Error : Unexpected EOF
I downloaded ineptkey.pyw and ineptpdf.pyw. Then
- Extracted the key with ineptkey.pyw (v3) and got an adeptkey.der file
- Tried to remove the DRM from the epub file with ineptpdf.pyw (v2)
and it failed with the error : "Error : Unexpected EOF"
The error message occurs on nextline() function with linepos variable value 970.630.
The ebook is 970.691 bytes long.
Please help