0

I am refereing below document for abobe annotation.

https://developer.adobe.com/document-services/docs/overview/pdf-embed-api/howtos_ui/#

I am using below configuration to enable or disable the icons,

viewerConfig = { defaultViewMode:"FIT_WIDTH", showAnnotationTools: true, enableAnnotationAPIs: true, showLeftHandPanel: true, includePDFAnnotations: false, enableFormFilling: false, dockPageControls: false, };

My problem is i am not able to scrollbar on bookmark panel.How do i enable is?

enter image description here

  • Hi - can you share the URL where this is demonstrated? Or share a PDF with me having this issue? – Raymond Camden May 31 '22 at 17:31
  • Sorry Raymond, i can not share pdf. And i dont have any code. You can use codepan code from https://codepen.io/practicalPDF/pen/PoZLWeq here. But in this eg they dont have bookmark updated pdf. – shri Kanchi Jun 01 '22 at 09:50

1 Answers1

0

Unfortunately it looks like you've found an issue with the CSS being used to render bookmarks in the Embed viewer. I'm going to file this internally as a bug. As of now though I do not believe there is a workaround.

Raymond Camden
  • 10,661
  • 3
  • 34
  • 68