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 to 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:
1) setup document and recipient in code behind
2) then the user is redirected to a prepare screen where he can add and setup the fields he need. Here is a screenshot of the “prepare screen”.
3) once “Save fields” is clicked, the fields that are already setup are saved
4) the user is redirected to a sign screen where he can see the original document with fields he has set up on step 2
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) the different users.