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

Bookmarks don't work for PDF Embed API

New Here ,
Oct 13, 2022 Oct 13, 2022

Copy link to clipboard

Copied

Bookmarks don't seem to work when clicked on with the embedded pdf. It doesn't navigate to any page. It stays as is. Everything else seems fine. Currently embedded onto a WordPress site.

 

Here is the code:

<div id="adobe-dc-view" style=" height: 792px; width: 100%;"></div>
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://xxx.pdf"}},
metaData:{fileName: "xxx.pdf"}
},
{embedMode: "FULL_WINDOW", showFullScreen: true, showAnnotationTools: false, showBookmarks:true, showPrintPDF: false}); });
</script>

TOPICS
Acrobat SDK and JavaScript

Views

310

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
Community Expert ,
Oct 13, 2022 Oct 13, 2022

Copy link to clipboard

Copied

I moved this from Enterprise & Teams to the Acrobat SDK forum. I suppose you will find here faster a qualified answer to your question.

ABAMBO | Hard- and Software Engineer | Photographer

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
LEGEND ,
Oct 14, 2022 Oct 14, 2022

Copy link to clipboard

Copied

LATEST

Actually, this doesn't involve the Acrobat SDK. The only forum to find experts in this API is https://community.adobe.com/t5/document-services-apis/ct-p/ct-Document-Cloud-SDK

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