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 14
14
img-src 'self' data: blob:; " />
15
15
16
16
<!-- 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 " />
18
18
<!-- 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 >
20
20
< script src ="https://cdn.syncfusion.com/ej2/syncfusion-helper.js " type ="text/javascript "> </ script >
21
21
22
22
</ head >
Original file line number Diff line number Diff line change 1
1
// Initialize PDF Viewer component
2
2
var pdfviewer = new ej . pdfviewer . PdfViewer ( {
3
3
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"
5
5
} ) ;
6
6
// To utilize the server-backed PDF Viewer, need to specify the service URL.
7
7
// 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