I have been developing Android application, and I need to read PDF-files in my app. There are some requirements for lib:
will the solution be able to read fairly large files? Like if the file is much larger than available memory, would it be able to read piece by piece as the user browses?
will in the future this module be able to read from a stream not just from a file?
will the solution, with this or future project/effort be able to re-flow text - to accommodate different screen sizes?
what version of the PDF format (up to) will it be able to read.
Please, recommend me some library.