File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
How to/Open From Base64/OpenFromBase64/OpenFromBase64/Pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<div class="text-center">
8
8
<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" >
10
10
</ejs-pdfviewer>
11
11
</div>
12
12
17
17
// Load the PDF document using the load() method with Base64 string
18
18
pdfViewer.load(base64String, null); // Pass null for filename if not required
19
19
});
20
- </script>
20
+ </script>
You can’t perform that action at this time.
0 commit comments