Create image of all pages in pdf using mupdf library

≡放荡痞女 提交于 2019-12-04 14:45:42

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/15358461/create-image-of-all-pages-in-pdf-using-mupdf-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!