It is assumed that Adobe Digital Editions is installed on your Macbook and you can open the PDF concerned. You should also know where your ADE library is on your Macbook. (~/Documents/Digital Editions/ in my case)
- Install DeDRM from https://apprenticealf.wordpress.com/
- Open Terminal
- Generate a .der file (DER certificate) from your ADE
- Generate a new PDF from the DRM-protected one, using the DER certificate
- Enjoy!
Output:
MacBook-Pro:~ user $ cd ~/Downloads/DeDRM_tools_6.6.2/DeDRM_Macintosh_Application/DeDRM.app/Contents/Resources/adobekey.py MacBook-Pro:Adobe_Digital_Editions pth$ python2.7 adobekey.py adobekey.py v6.0 Copyright © 2009-2013 i♥cabbages and Apprentice Alf Saved a key to ~/Downloads/DeDRM_tools_6.6.2/Other_Tools/DRM_Key_Scripts/Adobe_Digital_Editions/adobekey_1.der MacBook-Pro:Adobe_Digital_Editions pth$ cp -p ~/Downloads/DeDRM_tools_6.6.2/Other_Tools/DRM_Key_Scripts/Adobe_Digital_Editions/adobekey_1.der ~/Desktop/ MacBook-Pro:~ user$ python2.7 ineptpdf.py ~/Desktop/adobekey_1.der "~/Documents/Digital Editions/my-ebook.pdf" ~/Desktop/my-ebook.pdf Successfully decrypted my-ebook.pdf as my-ebook.pdf
No comments:
Post a Comment