Hi Team,
I am trying GroupDocs signature library .Net
How can I define the workflow?
Which part of the document to be filled by which user. Can I define it before sending documents to the user?
Hi Team,
I am trying GroupDocs signature library .Net
How can I define the workflow?
Which part of the document to be filled by which user. Can I define it before sending documents to the user?
Hello Amit,
In order to understand the workflow of the GroupDocs.Signature for .NET in general, we suggest you download a GroupDocs.Signature C# Demos package, which contains a MVCPrepareFieldsFluent sample project.
The workflow that is present in a MVCPrepareFieldsFluent project is exactly like this:
Of course, in real life a user who adds and defines the fields on the prepare screen, and a user who fills and signs them, may be (and in most cases are) different users.
You can also obtain the coordinates of the signature fields. FluentSignature.Document() returns a new document instance, acting as an object‑oriented wrapper around the document and its fields. To obtain the exact coordinates of the fields from the prepared document, use the following code:
Groupdocs.Data.SignatureDocument doc = Groupdocs.Web.UI.Signature.GroupdocsSignature.GetDocument(documentGuid);
The *doc* object has all the properties, including the list of fields with their locations. In this screenshot you can see where the document coordinates are located: screenshot.
We also suggest you take a look at this article.
If you have more questions, please feel free to contact us.