One Signer 2 documents
Thursday, January 12, 2017 at 07:56amHi,
Is there a way to build a package such that one signer would sign 2 documents. Here is an algorithm that I am looking at:
1. Use PAckageBuilder to build a package named 'OriginalPackage'
2. Add 'signer1' and 'signer2' to OriginalPackage
3. Add 'document1' and 'document2' to OriginalPackage
4. signer1 will sign only document1
5. signer2 will sign document1 and document2
The problem I get when I use the API is that it does not allow me to assign signer2 to document2. Ofcourse I cannot create a new signer each time because the email address is the same.
But even if I try to reuse the same SignerBuilder (of signer2) it would not work.
Any thoughts/suggestions?
Thanks,
Sudhangi
Reply to: One Signer 2 documents
Thursday, January 12, 2017 at 08:20amReply to: One Signer 2 documents
Friday, January 13, 2017 at 04:21amReply to: One Signer 2 documents
Friday, January 13, 2017 at 04:33am