Bookmark.isValid() is False

Hi there,

How are you getting the bookmark object?

You can get the bookmarks in the PDF like this:

const bookmark = await documentViewer.getDocument().getBookmarks()

Please see this guide for more details:

best regards,
Kevin