How to create an epub with drmed?

Deadly 提交于 2019-12-16 18:06:26

问题


I want to crate an epub file with drm , so when I open it with adobe edition reader or ibooks, it will reports it's drmed .

Here is some refs: http://www.idpf.org/epub/301/spec/epub-ocf.html#app-schema-encryption


回答1:


If you want to programmatically add (Adobe) DRM to EPUB files, you need to purchase an Adobe Active Content Server license from Adobe (and it is not cheap!): http://www.adobe.com/solutions/ebook/content-server.html

If you are just interested in having one single EPUB file DRM'ed, probably the best/easiest/cheapest way is to distribute it through a platform that will add the DRM for you (usually, for a cut on the sell revenues).

BTW, why do you want to add the (Adobe) DRM? It can be easily removed with one click, and it is an absolute hassle for legitimate buyers. Adding a watermark might be a better alternative, if you are concerned about illegal sharing.



来源:https://stackoverflow.com/questions/29601352/how-to-create-an-epub-with-drmed

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!