Skip to content

Commit e6a5c96

Browse files
379783: Updated resourceURL
1 parent 9e573d8 commit e6a5c96

File tree

1 file changed

+2
-2
lines changed
  • How to/Open From Base64/OpenFromBase64/OpenFromBase64/Pages

1 file changed

+2
-2
lines changed

How to/Open From Base64/OpenFromBase64/OpenFromBase64/Pages/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class="text-center">
88
<button type="button" id="loadButton">Load PDF from Base64</button>
9-
<ejs-pdfviewer id="pdfviewer" style="height:600px" documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf">
9+
<ejs-pdfviewer id="pdfviewer" style="height:600px" documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf" resourceUrl="https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2-pdfviewer-lib">
1010
</ejs-pdfviewer>
1111
</div>
1212

@@ -17,4 +17,4 @@
1717
// Load the PDF document using the load() method with Base64 string
1818
pdfViewer.load(base64String, null); // Pass null for filename if not required
1919
});
20-
</script>
20+
</script>

0 commit comments

Comments
 (0)