File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
How to/Secure Document Signing with PDF Digital Signature Support/client-side Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ document.addEventListener('DOMContentLoaded', function () {
2020 ej . pdfviewer . PageOrganizer
2121 ) ;
2222
23- ej . base . registerLicense ( 'Ix0oFS8QJAw9HSQvXkVhQlBad1RDX3xKf0x/TGpQb19xflBPallYVBYiSV9jS3tSdkVrWHxccXZVQGlfVk91Xg== ' ) ;
23+ ej . base . registerLicense ( 'ENTER YOUR LICENSE KEY HERE ' ) ;
2424
2525 // Helpers
2626 var createElement = ej . base . createElement ;
Original file line number Diff line number Diff line change 1515 <!-- CSS -->
1616<!-- <link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/27.2.2/material.css" /> -->
1717<!-- <link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/27.2.2/ej2-pdfviewer/styles/material.css" /> -->
18- < link rel ="stylesheet " href ="https://cdn.syncfusion.com/ej2/27.2.2/tailwind.css " />
19- < link rel ="stylesheet " href ="https://cdn.syncfusion.com/ej2/27.2.2/ej2-pdfviewer/styles/tailwind.css " />
18+ < link rel ="stylesheet " href ="https://cdn.syncfusion.com/ej2/31.2.2/tailwind.css " />
2019<!-- JS (order matters) -->
21- < script src ="https://cdn.syncfusion.com/ej2/27.2.2/dist/ej2.min.js "> </ script >
22- < script src ="https://cdn.syncfusion.com/ej2/27.2.2/dist/ej2-pdfviewer.min.js "> </ script >
20+ < script src ="https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2.min.js "> </ script >
2321
2422 < style >
2523 /* Your styles (unchanged) */
You can’t perform that action at this time.
0 commit comments