I was working on a lightweight pdf viewer, and I wanted the size to be of the range of 5 MBs, I am using mupdf , but the compiled .so file itself is around 16.6 MBs,
Is there a way to compile mupdf with only pdf support and not the others like xps, images, etc. Like this app on google play, the file of .so file is just 3 MBs https://play.google.com/store/apps/details?id=de.geraldthaler.octopuspdf,
Any help will be greatly appreciated.