We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7014307 + 5b304ef commit bf0f8acCopy full SHA for bf0f8ac
How to/Add Handwritten Signature Programmatically/src/index.html
@@ -12,9 +12,9 @@
12
</head>
13
14
<body>
15
- <button id="addHandwrittenSignature"> Add Handwritten signature programmatically</button>
+ <button id="addHandwrittenSignature" style="margin-top:60px;"> Add Handwritten signature programmatically</button>
16
<!--Element which will render as PDF Viewer -->
17
- <div id="PdfViewer"></div>
+ <div id="PdfViewer" style="height:500px;width:100%;"></div>
18
</body>
19
20
</html>
0 commit comments