AndroidPdfViewer
AndroidPdfViewer copied to clipboard
Android view for displaying PDFs rendered with PdfiumAndroid
Hi I ran the following plugin and it reports that this library requires jetifier and doesn't support Android X. Will you be releasing an Android X version soon. https://github.com/plnice/can-i-drop-jetifier/tree/master/canidropjetifier/src/main/kotlin/com.github.plnice/canidropjetifier
I've used onDrawAll and onTap, everything works fine for me. Now I want to share the modified PDF via intent so how can I get the modified file?
When I am trying to run the app via Android Studio 4.1 its throwing me a security error: **Outdated "libpng" Library Contains Known Security Flaw** When I try to run...
I have a problem. I needed to increase the maxZoom value. And I did it (up to the 20x). The zoom really zooms in better now, but it does it...
Added "PageViewType" with two available values: SINGLE or CONTINUOUS. Continuous behaves as it did before. Single will swipe one page at a time, centered in the viewer. Zooming will behave...
GPL is a license, which is allowing commercial use, but with copyleft. Copyleft requires you to publish your source and more, which is something you often don't want to do...
My parent view is scroll view and in child, pdfview added. but in pdfview vertical scroll is not working when i try to scroll vertically it will take scrollview event...
Hi all, I am building an android app that uses the scrollBy function for scrolling through a PDF document. For instance... pdfView.scrollBy(0, 20); The problem I am having is that...
java.io.IOException: cannot create document: File not in PDF format or corrupted. this is my code 👍 private void displayFromFile(String path) { pdfFileName = getFileName(path); File file = new File(path); if...