AndroidPdfViewer
AndroidPdfViewer copied to clipboard
Android view for displaying PDFs rendered with PdfiumAndroid
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 
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...