adobe / adobe/pdf-embed-api-samples

Unable to view on chrome print and download pdf using iPhone/iPad

Open
#60 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
235
Forks
140
PR merge metrics
No merged PRs in 30d

Description

Unable to view the print and download buttons on Chrome using iPhone/iPad.

```






document.addEventListener("adobe_dc_view_sdk.ready", function () {
var adobeDCView = new AdobeDC.View({ clientId: "<CLIENT_ID>", divId: "adobe-dc-view" });

adobeDCView.previewFile({
content: { location: { url: "example.pdf" } },
metaData: { fileName: "example" }
}, { embedMode: "IN_LINE", showDownloadPDF: true, showPrintPDF: true });
});

```

![print](https://github.com/adobe/pdf-embed-api-samples/assets/94960430/6379ba8d-e79b-453a-9d8f-0be201e3a745)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.