danjdt / android-pdfviewer

A Android PDF Viewer that render pdf using PdfRenderer and displays it in a RecyclerView.
MIT License
154 stars 31 forks source link

is it possible that we jump to specific page directly in PDF viewer? #13

Closed muneebcode-dev closed 1 year ago

danjdt commented 1 year ago

Implemented in #22.

You can use .goToPosition(position: Int) from pdfViewer to jump to a specific page (starting from 0)