如何构建支持 adobe Content Server 的电子书阅读器?
我正在研究一种构建支持 adobe 内容服务器 DRM 的电子书阅读器的方法。找到的唯一解决方案是 Adobe Digital Editions,这是一个现成的产品,我正在寻找某种 SDK。
任何建议都会有所帮助。
10x
d.
顺便说一句,我没有足够的代表来发布其他链接
adobe 数字版本 url == www.adobe.com/products/digitaleditions/
I'm looking into a way of building eBook reader that will support adobe content server DRM. The only solution find was Adobe Digital Editions Which is an off the shelf product and I'm looking for some sort of SDK.
any advice will help.
10x
d.
btw i don't have enough rep to post additional links
adobe digital editions url == www.adobe.com/products/digitaleditions/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
阅读器移动 SDK (RMSDK) 是构建电子书阅读器的唯一方法它与 Adobe Content Server 配合使用,因为它处理所需的复杂加密、身份验证和授权任务。
SDK 采用 C++ 语言,但可用于大多数技术。
Adobe Digital Editions (ADE) 在幕后使用它。但学习如何使用它的一个好方法是查看新版本 ADE 的代码v1.8 预览版,使用 .Net 和 WPF 构建。
大多数时候,Adobe 关于这个问题的文档都非常糟糕。
如果您对这项技术感到满意,请对其进行反编译并分析其与 RMSDK 的交互。
希望这有帮助。
The Reader Mobile SDK (RMSDK), is the only way you have to build a ebook reader that works with Adobe Content Server, since it deals with the complex encryption, authentication and authorization tasks needed.
The SDK is in C++, but can be used in most tecnologies.
Adobe Digital Editions (ADE) use it behind the scenes. But a good way to learn how to use it is to check out the code of the new version of ADE v1.8 preview, wich is built with .Net and WPF.
Most of the times Adobe documentation on this issues are quite poor.
If you're comfortable with this technologies, decompile it and analise its interaction with the RMSDK.
Hope this helps.
显然没有AIR SDK。有一个基于 C++ 的 SDK,名为“Reader Mobile SDK”,尽管它的名称具有误导性,但它支持台式机也是如此。
SDK 尚未广泛使用,您应该使用 adobe 填写查询表,如果他们认为合适,您将获得 SDK。
Apparently there is no AIR SDK. There is a C++ based SDK dubbed "Reader Mobile SDK" and though it's misleading name it supports Desktops as well.
There SDK is not widely available and you should fill an inquiry form with adobe, if they see fit you'll get the SDK.