DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.05k stars 1.85k forks source link

jump to specific page #1035

Open Yusriaja opened 2 years ago

Yusriaja commented 2 years ago

i want to make a method to directly jump to a specific page... is it possible?

goToSpecificPage()

public void goToSpecificPage() ( ....how.... }

muthuraj57 commented 2 years ago

There is this method that will suit your need. public void jumpTo(int page)