Skip to content

Commit af7af0c

Browse files
committed
Moved SignHere tab to correct position.
1 parent 0577ea0 commit af7af0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/eSignature/examples/eg023_idv_authentication/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def worker(args):
6666
# Create your signature tab
6767
sign_here1 = SignHere(
6868
name="SignHereTab",
69-
x_position="75",
70-
y_position="572",
69+
x_position="200",
70+
y_position="160",
7171
tab_label="SignHereTab",
7272
page_number="1",
7373
document_id="1",

0 commit comments

Comments
 (0)