8

I'm developing an android application get the PDFs from j son and convert the PDFs files into image and display converted images on a image view. (not a web view or PDFs viewer)

i need to convert the PDFs to images and load that images on a imageview. is that possible?? and how can i achieve this task. i have followed this and this.

appreciate any help ..

Community
  • 1
  • 1
Dinithe Pieris
  • 1,822
  • 3
  • 32
  • 44

1 Answers1

0

I have recently worked in the same context ,PDFViewer via native solution (ndk) , the best solution which i have found it is mupdf library is under GPL licence . You can inspire your solution from this project : https://github.com/smartmobilefactory/PDFViewer-Android

You need compile the native library of mupdf and then compile the project .

Get some idea how to compile it : http://mupdf.blogspot.com/

Good luck

Sofien Rahmouni
  • 4,354
  • 1
  • 21
  • 22