I need to create an Android app that shows pdf files and I want to use xpdf
or poppler
library. This question is only about these 2 choices. I already know how to exploit poppler-qt4
so I'd prefer to use it but I fear that compiling it with NDK will yield a huge binary. Is it right? Should I use xpdf
?
The question is: "Will I have troubles if I create an Android app with calls to poppler-qt4
methods?"