This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/flutter/viewer/page-navigation.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Flutter PDF viewer page navigations | Nutrient SDK

After loading a PDF document in Nutrient, you can programmatically interact with it (scrolling to different pages).

Changing the current page

A user can change the current page in the UI by swiping on a device. Pages can also be programmatically changed using the startPage configuration option, like so:

PdfConfiguration(
startPage: 2
);