AndroidPdfViewerV1
AndroidPdfViewerV1 copied to clipboard
Android view for displaying PDFs rendered with PdfiumAndroid
pdfView.onPageChange() method is called every time when I shake/move page... it's a very big issue for me When page will fully change then this method should to call otherwise not...
I have the pdf like this ``` --------- | | | | ----------- | | | | ------- | | | | | | | | | | | |...
Hi @barteksc , In general PDF contains more papers, in my case I am rendering single page with I am displaying Each PDF file in Recyclerview using Adapter, so I...
Hi, I am trying to use PDFViewer inside a RecyclerView as my requirement is to render multiple PDF files consisting single page each. The pages are rendered perfectly for the...
Hai, is this latest version able to load pdf files from url?
I am attempting to open a file with a size of 76MB, and upon using this library, my application displays an ANR (Application Not Responding) dialog.
Trying to do `.onRender { _, _, _ -> pdfView.fitToWidth() }` and I get the error "Type mismatch: inferred type is (Int, Any?, Any?) -> Unit but ((Int) -> Unit)!...