@@ -11,10 +11,10 @@ This repo is a Python 3 application that demonstrates:
11
11
12
12
## eSignature API
13
13
14
- 1 . ** Embedded Signing Ceremony .**
14
+ 1 . ** Use embedded signing .**
15
15
[ Source.] ( ./app/eg001_embedded_signing/controller.py )
16
- This example sends an envelope, and then uses an embedded signing ceremony for the first signer.
17
- With embedded signing, the DocuSign signing ceremony is initiated from your website.
16
+ This example sends an envelope, and then uses embedded signing for the first signer.
17
+ With embedded signing, the DocuSign signing is initiated from your website.
18
18
1 . ** Send an envelope with a remote (email) signer and cc recipient.**
19
19
[ Source.] ( ./app/eSignature/examples/eg002_signing_via_email/controller.py )
20
20
The envelope includes a pdf, Word, and HTML document.
@@ -41,13 +41,13 @@ This repo is a Python 3 application that demonstrates:
41
41
1 . ** Send an envelope and upload its documents with multipart binary transfer.**
42
42
[ Source.] ( ./app/eSignature/examples/eg010_send_binary_docs/controller.py )
43
43
Binary transfer is 33% more efficient than using Base64 encoding.
44
- 1 . ** Embedded sending.**
44
+ 1 . ** Use embedded sending.**
45
45
[ Source.] ( ./app/eSignature/examples/eg011_embedded_sending/controller.py )
46
46
Embeds the DocuSign web tool (NDSE) in your web app to finalize or update
47
47
the envelope and documents before they are sent.
48
48
1 . ** Embedded DocuSign web tool (NDSE).**
49
49
[ Source.] ( ./app/eSignature/examples/eg012_embedded_console/controller.py )
50
- 1 . ** Embedded Signing Ceremony from a template with an added document.**
50
+ 1 . ** Use embedded signing from a template with an added document.**
51
51
[ Source.] ( ./app/eSignature/examples/eg013_add_doc_to_template/controller.py )
52
52
This example sends an envelope based on a template.
53
53
In addition to the template's document(s), the example adds an
0 commit comments