Question
Document sign API integration
I am trying to integrate Sign API to my MVC C# application, but not able to get well illustrative document for the same.
My requirement is as follows:
- Send a document for signature
- Need to have Integrated UI so that user can place his signature on his own.
- Send the signed document, so that I can store it on own file system.
