File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Troubleshooting/Content Security Policy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 img-src 'self' data: blob:; " />
1515
1616 <!-- Essential JS 2 material theme -->
17- < link href ="https://cdn.syncfusion.com/ej2/29.1.37 /material.css " rel ="stylesheet " type ="text/css " />
17+ < link href ="https://cdn.syncfusion.com/ej2/29.2.8 /material.css " rel ="stylesheet " type ="text/css " />
1818 <!-- Essential JS 2 script reference -->
19- < script src ="https://cdn.syncfusion.com/ej2/29.1.37 /dist/ej2.min.js " type ="text/javascript "> </ script >
19+ < script src ="https://cdn.syncfusion.com/ej2/29.2.8 /dist/ej2.min.js " type ="text/javascript "> </ script >
2020 < script src ="https://cdn.syncfusion.com/ej2/syncfusion-helper.js " type ="text/javascript "> </ script >
2121
2222</ head >
Original file line number Diff line number Diff line change 11// Initialize PDF Viewer component
22var pdfviewer = new ej . pdfviewer . PdfViewer ( {
33 documentPath : "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf" ,
4- resourceUrl : "https://cdn.syncfusion.com/ej2/29.1.37 /dist/ej2-pdfviewer-lib"
4+ resourceUrl : "https://cdn.syncfusion.com/ej2/29.2.8 /dist/ej2-pdfviewer-lib"
55} ) ;
66// To utilize the server-backed PDF Viewer, need to specify the service URL.
77// This can be done by including the serviceUrl: 'https://services.syncfusion.com/js/production/api/pdfviewer'
You can’t perform that action at this time.
0 commit comments