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:
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
Copy link to clipboard
Copied
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