docusignapi - Draw signature and upload via DocuSign API -


i have question. there possibility draw sign document usign api? have webpage canvas. can send picture sign via api? c# example. in advance.

i think you're asking:

can upload person's graphical signature docusign via api?

the answer yes. see docs usersignatures: create method. method not included sdk, need call directly.

if, instead, you're asking:

with docusign, can app sign document sending graphical signature via api?

the answer no. documents signed using docusign signing ceremony either directly or embedding signing ceremony within application. see embedded signing docs.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -