Does android have a built-in PDF viewer?

风格不统一 提交于 2019-12-05 10:17:54
kgiannakakis

You are probably referring to the Adobe Reader, which is freely available for Android 2.1+. Some devices also have other applications pre-installed for rendering pdf files. See this question on how you can open the default pdf viewer from your application.

Android has a built in framework from Android 5.0 / Lollipop, it's called PDFRenderer.

There's an official example on Google's developer site:

http://developer.android.com/samples/PdfRendererBasic/index.html

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