Question

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.

Was it helpful?

Solution

We have a similar feature in our Android customizable magazine app, using muPDF: it is possible to display page thumbnails, and when you tap on a thumbnail, it brings you to the corresponding page. This app is open source and available on Github. It should be easy for you to review the code, and see how we implemented this feature.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top