JoanZapata / android-pdfview

[DEPRECATED] A fast PDF reader component for Android development
http://joanzapata.com/android-pdfview/
GNU General Public License v3.0
2.84k stars 784 forks source link

Handle pdf data without showing the pdf file #111

Open 7heViking opened 9 years ago

7heViking commented 9 years ago

It would be a nice feature if it was possible to get relevant pdf data like total page numbers without having to show the pdf file in a view.

JoanZapata commented 9 years ago

Could be a util static method in PDFView. It would also be nice to know if the PDF is valid and compatible with this library at the same time. A pull request is welcome.