Aan Elzam
Aan Elzam

Reputation: 25

pdfRender in android studio using API min 17

i'm creating project using android studio, my project using pdfRender from android developer, but it just can using API 23. when i'm change using API 17, the libary is error. please give me solution.

Upvotes: 2

Views: 2233

Answers (2)

Pablo Johnson
Pablo Johnson

Reputation: 1072

Ive found a more recent library that could help us to make pdf works since API 11. https://github.com/barteksc/AndroidPdfViewer

Hope this help other people looking for this.

Upvotes: 2

piotrek1543
piotrek1543

Reputation: 19351

As may you notice this library was added in API 21, as it is described below: http://developer.android.com/reference/android/graphics/pdf/PdfRenderer.html

For older API, please check one of the alternatives mentioned in this post:

Google Code has some nice source code for reading pdf in android

I hope there is something you can use

From: Pdf viewer api/library for android app?

Upvotes: 2

Related Questions