AndroidPdfViewerV1 icon indicating copy to clipboard operation
AndroidPdfViewerV1 copied to clipboard

Android view for displaying PDFs rendered with PdfiumAndroid

Results 17 AndroidPdfViewerV1 issues
Sort by recently updated
recently updated
newest added

is there no option to show watermark ?

I have implemented this pdfviewer. It is working fine but when I scroll the scrollbar, it is not showing page number. I have tried everything on the internet but issue...

This is required to drawn pins over the documents based on coordinates, I'll be making a PR

Crash 1: ``` java.lang.NullPointerException: at com.github.barteksc.pdfviewer.PDFView.loadPages (PDFView.java:651) at com.github.barteksc.pdfviewer.PDFView.onSizeChanged (PDFView.java:481) ``` Crash 2: ``` java.lang.NullPointerException: at com.shockwave.pdfium.PdfiumCore.openPage (PdfiumCore.java:134) at com.github.barteksc.pdfviewer.PDFView.loadPage (PDFView.java:706) at com.github.barteksc.pdfviewer.PDFView.loadPages (PDFView.java:664) at com.github.barteksc.pdfviewer.AnimationManager$FlingAnimation.onAnimationEnd (AnimationManager.java:182) ```

We ran into an issue posted on Rollbar and figured out it's happening when the PDFView zoom animation is, playing due to a double tap, and the user dismisses the...

max zoom level not worked if pdf is zoomed using pinch gesture.

could you please tell me how to make swipe from the other side?