I want to write a small linux tool that automates the download of e-books. From my online library, I can download the ACSM file. Now I need to complete the step automatically to download the epub file. From what I read, this step is called execution. The tool should run on a headless server.
Now I am writing violins and Adobe Digital Editions. But it is pretty ugly and requires a graphical user interface. Although this works fine on my PC, it does not work on a headless server.
Does anyone know a library that I could use? Or runtime documentation so that I can implement my own library?
In the Digital Edition PDF, βI saw a link to ADE_LauncherSDK_DevNet.pdf, but I donβt understand how to use this in the application.
Notes:
- I want not to remove DRM, I just want to get the epub file.
- The tool will be open source, so I do not want to buy anything from Adobe.
source share