Skip to content

Commit d97eeda

Browse files
author
Jasnoor Singh
committedMay 2, 2023
acrobatservices sub domain
Signed-off-by: Jasnoor Singh <[email protected]>
1 parent 509c691 commit d97eeda

File tree

47 files changed

+78
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+78
-78
lines changed
 

‎Full Window Embed Mode/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body style="margin: 0px">
1111
<div id="adobe-dc-view"></div>
12-
<script type="text/javascript" src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
12+
<script type="text/javascript" src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script>
1313
</body>
1414
</html>

‎Full Window Embed Mode/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ document.addEventListener("adobe_dc_view_sdk.ready", function () {
3131
content: {
3232
/* Location of file where it is hosted */
3333
location: {
34-
url: "https://documentservices.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf",
34+
url: "https://acrobatservices.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf",
3535
/*
3636
If the file URL requires some additional headers, then it can be passed as follows:-
3737
headers: [

0 commit comments

Comments
 (0)
Please sign in to comment.