3

I'm trying to create a book app in android, the pages of the book come from a PDF file.

I was able to use a PagerAdapter & ViewPager for displaying images, is there anyway I can convert a PDF pages into bitmaps?

I really don't know where to start!!!

Thank you,

iftah
  • 56
  • 1
  • 4

2 Answers2

0

You should begin by making some research . you can find your answer here .

See also this links : How to convert a PDF page to an image in Android? Need help to convert a Pdf page into Bitmap in Android Java

Community
  • 1
  • 1
ahmed_khan_89
  • 2,755
  • 26
  • 49
0

Yes there are some set of libraries you can use

http://www.qoppa.com/android/pdfsdk/

http://code.google.com/p/droidreader/

https://github.com/jblough/Android-Pdf-Viewer-Library

Santhi Bharath
  • 2,818
  • 3
  • 28
  • 42