AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Android view for displaying PDFs rendered with PdfiumAndroid

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

I moved all the android support library uses across to the androidx equivalent

No user manipulation of files is required

How could i get the zoom in/out ratio when a user uses two fingers to zoom in/out a pdf file. I need a callback.

This commit adds 2 more listeners that I need in a project: ScrollListener (differs from PageScrollListener, since I need X and Y position) ZoomListener If you are not ok with...

Instead of zooming the page and making text go out of the screen bounds, is there a way to increase text size instead? I know it may affect the page...

what am I doing wrong? I've got this method: ` private void displayFromUrl(PDFView pdfView, String pdfUrl) { Uri uri = Uri.parse( pdfUrl ); pdfView.fromUri(uri) .defaultPage(0) .enableAnnotationRendering(true) .spacing(10) // in dp...

How to check whether our pdf is encrypted or not. Stuck in it

Is it possible to copy text from pdf?

> Library is available in jcenter repository, probably it'll be in Maven Central soon. Do you know approximately when the library will be available in Maven? jCenter() to be shut...