First of all, if you want to use MUPDF in an existing Android application project, you can follow the manual that you will find in this link (all credits go to the author, I did not write this).
I am also trying to integrate a very simple PDF reader / print solution in my application, and I am struggling to break up / simplify the demo version of the MuPdf application that you get by following this guide. I already managed (somehow) to remove annotations and file selection functions, but I really would need help to do all the work. There really is a lot of material and absolutely no documentation about it. I am just trying to read the code and find out what is needed and what isn’t by deleting the functions one by one and managing the errors you get in catlog.
In addition, since both of us (if I understood your needs correctly) only need PDF rendering functions, it would be great if someone pointed out how (if possible) to disable some unnecessary functions built into the MuPDF library when creating it from source (as support for DjVu, as an example).
Hope this helps, even if this is not a real answer to your question.
valleymanbs
source share