This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/android/user-interface/separate-document-info.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Separate the document info view in Android PDF viewer | Nutrient SDK

Starting in Nutrient Android SDK 8.3, the document info view was moved from being displayed as a tab within the outline view to being a separate view opened by a menu item.

Separated Document Info

Reverting to the old behavior

If you don’t like this change, we included an option to revert to the old unseparated layout by using PdfActivityConfiguration#setDocumentInfoViewSeparated(boolean). Setting this flag to false will display the document info view as a tab within the outline view.