AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

load pdf in specific page

Open chlegou opened this issue 5 years ago • 0 comments

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();

chlegou avatar Oct 24 '20 23:10 chlegou