This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/web/user-interface/main-toolbar/placement.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Adjust placement of toolbar in JavaScript PDF viewer | Nutrient

To adjust the placement of the main toolbar, you can set the NutrientViewer.Configuration#toolbarPlacement property to either NutrientViewer.ToolbarPlacement.TOP or NutrientViewer.ToolbarPlacement.BOTTOM:

NutrientViewer.load({
toolbarPlacement: NutrientViewer.ToolbarPlacement.BOTTOM
});