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,