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 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
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>
You can’t perform that action at this time.
0 commit comments