5

I heard something recently about it being included in Froyo and I was wondering if there was any truth to it. If there is, it would help me with an app idea greatly.

Aziz Shaikh
  • 16,245
  • 11
  • 62
  • 79
NotACleverMan
  • 12,107
  • 12
  • 47
  • 67

2 Answers2

4

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.

Community
  • 1
  • 1
kgiannakakis
  • 103,016
  • 27
  • 158
  • 194
1

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

JosephH
  • 37,173
  • 19
  • 130
  • 154