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.
1 parent aed8003 commit 06497beCopy full SHA for 06497be
Examples/eg008CreateTemplate.sh
@@ -35,8 +35,6 @@ if [ "${TEMPLATE_ID}" != "" ]; then
35
fi
36
37
# Step 2. Create the template programmatically
38
-
39
-# document 3 (pdf) has tag /sn1/
40
#
41
# The envelope has two recipients.
42
# recipient 1 - signer
@@ -55,7 +53,6 @@ echo ""
55
53
# Fetch docs and encode
56
54
cat ../demo_documents/World_Wide_Corp_fields.pdf | base64 > $doc1_base64
57
58
59
# Concatenate the different parts of the request
60
printf \
61
'{
0 commit comments