DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

How can I know if the PDFViewer is not null? #989

Open elainesmedia opened 3 years ago

elainesmedia commented 3 years ago

How can I know if the PDFViewer is not null? Like for example, You may know that ImageView is not null by getDrawable() method from ImageView.java class.

I tried the getCurrentPage() and getDocumentMeta() in PDFView.java class to check if the PDFViewer is not null but it always crashes on the 12th Page.