PDF Bookmarks in MAUI

Create, edit, and remove PDF bookmarks using PSPDFKit for MAUI’s default user interface (UI). PSPDFKit for MAUI offers a way to customize this UI using access to JavaScript APIs. In addition, the JavaScript APIs offer programmatic bookmark management.

These APIs will be translated to native APIs in subsequent releases, so stay tuned for updates.

Using the Bookmarks UI

In PSPDFKit for MAUI, the bookmarks sidebar can be shown by the user by selecting the bookmarks sidebar icon from the sidebar dropdown in the toolbar.

The bookmarks sidebar shows a list of bookmarks available in a document. These bookmarks are grouped and ordered by page. The sidebar can be used to navigate to the bookmarked pages.

The sidebar

New bookmarks can be created using the New Bookmark button.

Creating bookmarks

Bookmarks can also be edited or deleted.

Editing bookmarks.