AndroidPdfViewer
AndroidPdfViewer copied to clipboard
load pdf in specific page
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 index 2 as default page view
.setSwipeOrientation(1)
.start();