How to use Adobe Reader Mobile SDK 9 to develop a PDF / epub reader?

How can I use Adobe Reader Mobile SDK 9 to develop a PDF / epub reader for a Blackberry device?

Please help me if you have any ideas regarding the SDK for Adobe Reader.

Thanks.

+4
source share
2 answers

No, RMSDK cannot be used on Java platforms if you cannot use JNI.

+3
source

I am creating Android and iOS apps with RMSDK. what exactly is the problem ?: Android uses NDK to access some native code needed to run DRM and view workflows. IOS has everything described in Xcode, including C / C ++ dependencies.

0
source

Source: https://habr.com/ru/post/1309630/


All Articles