• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Embed API - How NOT display Comments panel?

Explorer ,
Sep 13, 2020 Sep 13, 2020

Copy link to clipboard

Copied

Only FULL_WINDOW mode allows you to see the annotation.
But I don't want the Comments panel to show - never.

 

I want to display annotations but not display the Comments panel.

 

Currently, the Comments panel is displayed each time you load a PDF file.

 

Exist:

`annotationManager.setConfig({showCommentsPanel: false})`
but the Comments panel blinks and disappears.
I want him not to blink, not to appear at all, not even for a moment.
TOPICS
How to , PDF Embed API

Views

450

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 13, 2020 Sep 13, 2020

Hi, Thanks for choosing PDF Embed API.

Yes you can achieve the same, by providing 

annotationUIConfig: { showCommentsPanel: false }

 in your preview Config.

The same is documented under setConfig API as Method 2: Pass the flags to previewFile in our public documentation https://www.adobe.io/apis/documentcloud/dcsdk/docs.html?view=view 

Votes

Translate

Translate
Adobe Employee ,
Sep 13, 2020 Sep 13, 2020

Copy link to clipboard

Copied

LATEST

Hi, Thanks for choosing PDF Embed API.

Yes you can achieve the same, by providing 

annotationUIConfig: { showCommentsPanel: false }

 in your preview Config.

The same is documented under setConfig API as Method 2: Pass the flags to previewFile in our public documentation https://www.adobe.io/apis/documentcloud/dcsdk/docs.html?view=view 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources