AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Lightweight PDF Renderer Android

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

Some issue with gradle repo

ERROR: Failed to resolve: com.github.manishkummar21:AndroidPdfViewer:1.0

hi i would like to suggest a new feature, when we could specify the default page to display. i hope you accept this: PDFView.with(this) .setfilepath(file.getAbsolutePath()) .setPage(2) // open the page...

Showing error PDFView cannot be applied to (android.content.Context) `PDFView.with(mContext) .fromfilepath(newFile) .swipeHorizontal(false) .start();`

great library. Can you add support for loading pdf from url

When you pinch to zoom, images and text are blurry.

How to save PDF file in another name ?

Is there any listener or callback method to identify on which page you are there presently...