Skip to main content
Participant
May 28, 2020
Question

Is there a way to hide the header and page controls in the DC View SDK?

  • May 28, 2020
  • 1 reply
  • 1476 views

I would like to use a set of custom buttons outside the viewer to navigate through the document, and hide the viewer's interface.

 

The showPageControls parameter doesn't seem to do anything when embedMode is SIZED_CONTAINER.  Can the page controls be hidden?

 

There is an undocumented showTopBar parameter in the JavaScript code, but it doesn't seem to do anything, either.  Can the top bar be hidden?

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    May 28, 2020

    Hi, showPageControls is not supported with SIZED_CONTAINER, there is limited options you can configure in this embed mode. Refer https://www.adobe.io/apis/documentcloud/dcsdk/docs.html?view=view
    Also, Topbar cannot be hidden.

    Participant
    October 28, 2020

    Is there any way or plan to hide the top bar? This may be a dealbreaker for us, we need an entirely customized UI around the viewer.