Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</head>

<body>
<button id="addHandwrittenSignature"> Add Handwritten signature programmatically</button>
<button id="addHandwrittenSignature" style="margin-top:60px;"> Add Handwritten signature programmatically</button>
<!--Element which will render as PDF Viewer -->
<div id="PdfViewer"></div>
<div id="PdfViewer" style="height:500px;width:100%;"></div>
</body>

</html>
Loading