是否有可能在Android中创建PDF浏览器? [英] Is it possible to create PDF viewer in Android?

查看:104
本文介绍了是否有可能在Android中创建PDF浏览器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Android中创建一个PDF阅读器。

I want to create a PDF viewer in Android..

所以是有可能做到的呢?如果是的话,任何人都可以建议我一些示例code或指导。

So is it possible to do it? If yes, can anyone suggest me some sample code or guide.

推荐答案

只要经过这些环节,其约code阅读PDF android系统。

Just go through these links, its about code for reading PDF in android..

  • Android PDF Viewer
  • VuDroid
  • droidreader
  • android-pdf
  • APDFViewer

编辑:我觉得大部分是使用JNI(在本地负载C,C ++库)来渲染PDF文件。所以你要对JNI是如何工作的一些基本知识。

I think most of these are use JNI(In native load C,C++ library) to render pdf file. So You have to some basic knowledge of how JNI works.

或者如果你想使自己的PDF阅读器,那么你可以使用任何第三方的C,C ++库,用于渲染PDF文件,并​​建立一个共享库,并从你的Andr​​oid应用程序(使用JNI)拨打电话,但努力工作(我知道我在这个过程了).. :-) ..!

Or If you want to make your own PDF reader then you can use any third party C,C++ library for render PDF file and build a shared library and make a call from your android app (Using JNI) but is to hard work(I know I gone through this process).. :-) All the best..!

这篇关于是否有可能在Android中创建PDF浏览器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆