Skip to content

Commit d948a2f

Browse files
EJ2-991842-DigitalSignature - Addressed the feedback
1 parent 73d5dbf commit d948a2f

File tree

2 files changed

+3
-5
lines changed
  • How to/Secure Document Signing with PDF Digital Signature Support/client-side

2 files changed

+3
-5
lines changed

How to/Secure Document Signing with PDF Digital Signature Support/client-side/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

How to/Secure Document Signing with PDF Digital Signature Support/client-side/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
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) */

0 commit comments

Comments
 (0)