I am using mupdf to show pdf files stored in local repository of my android application. This is working quite well. Now i have to create a list that shows images of all pages of open pdf document and add a click event on every image that navigates the user to specific page. To work on this i want to know that in how many ways i can take a picture of every page of pdf document in my application.
Can i do this by running mupdf command directly in my android application or i have to work in mupdf.c file? Please put your views here. Any kind of help is highly appreciated.