---
title: "Custom toolbar demo"
canonical_url: "https://www.nutrient.io/guides/docuvieware/demo-applications-overview/custom-toolbar-demo/"
md_url: "https://www.nutrient.io/guides/docuvieware/demo-applications-overview/custom-toolbar-demo.md"
last_updated: "2026-05-23T00:08:18.055Z"
description: "Explore how to implement a custom toolbar in DocuVieware, utilizing the client-side JavaScript API for enhanced document interaction."
---

# Custom toolbar demo

If you don’t want to or can’t use the built-in toolbar, you can implement your own. This demo application shows you how.

[Try demo](https://www.docuvieware-demo.com/custom_toolbar_demo.aspx)

In this demo application, the default toolbar is disabled and a new one with minimal features is implemented, similar to what can be found in a web browser PDF viewer.

If no document is loaded in DocuVieware, the toolbar appears to let you load one. Once a document is loaded, you can make the toolbar appear by hovering over the bottom part of the viewer.

## Points of interest

- Custom toolbar implementation

- Client-side JavaScript API utilization

- Interact with DocuVieware instance through the API

---

## Related pages

- [Blog integration demo](/guides/docuvieware/demo-applications-overview/blog-integration-demo.md)
- [Annotations demo](/guides/docuvieware/demo-applications-overview/annotations-demo.md)
- [Gallery demo](/guides/docuvieware/demo-applications-overview/gallery-demo.md)
- [Image cleanup demo](/guides/docuvieware/demo-applications-overview/image-cleanup-demo.md)
- [Demo applications overview](/guides/docuvieware/demo-applications-overview.md)
- [Standalone viewer demo](/guides/docuvieware/demo-applications-overview/standalone-viewer-demo.md)
- [Online barcode recognition demo](/guides/docuvieware/demo-applications-overview/online-barcode-recognition-demo.md)
- [TWAIN acquisition demo](/guides/docuvieware/demo-applications-overview/twain-acquisition-demo.md)
- [PDF form fields demo](/guides/docuvieware/demo-applications-overview/pdf-form-fields-demo.md)
- [Customizable viewer demo](/guides/docuvieware/demo-applications-overview/customizable-viewer-demo.md)

