AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Android view for displaying PDFs rendered with PdfiumAndroid

Results 200 AndroidPdfViewer issues
Sort by recently updated
recently updated
newest added

PdfRenderer can reduce size of the application

I could successfully add a custom view to the PDF layout but is there any possible way for the view to zoom and stay on space when we zoom in...

With regard to the preview and some zooming operations of the line of sight, I would like to ask why not use matrix mode to achieve, if I want to...

After 2.6.1 version pdf render not working, just show empty white view.

When I initialize the Pdfview in Recyclerview, low size pdfs have no problem, however for large, multi-page pdfs, I get this error" FATAL EXCEPTION: main Process: com.fftools.simpleprinter, PID: 13476 java.lang.IllegalStateException:...

java.lang.IllegalStateException: Don't call load on a PDF View without recycling it first

resolution : 3840 x 2160 ![Snipaste_2021-01-24_13-30-57](https://user-images.githubusercontent.com/5052185/105622087-506ee300-5e49-11eb-90d5-e6909389d0ba.png)

Hello, it crashes my whole application. Changes made until now: ------------------------------build.gradle (Module: ) Begin snippet dependencies { implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment:2.5.3' implementation 'androidx.navigation:navigation-ui:2.5.3' **implementation 'com.github.mhiew:android-pdf-viewer:3.2.0-beta.1'** testImplementation...