How to add multiple signature anchor
Monday, July 10, 2017 at 08:19amUsing Apex SDK i am trying to create package with pdf file/document and send it to esignlive server
After this I am trying to do something
.....
request.setEndpoint('https://sandbox.esignlive.com/api/packages/' + pkgID + '/documents/signed_documents');
To sign the document.
Problem is that pdf document has 3 pages and all need to signed at the bottom. when I make above API call it only sign first page and skip other two pages
So I am trying to figure out how to sign all 3 pages
Any help will be appreciated.
Thank you
-Ted
Reply to: How to add multiple signature anchor
Monday, July 10, 2017 at 09:33amReply to: How to add multiple signature anchor
Monday, July 10, 2017 at 10:06amReply to: How to add multiple signature anchor
Monday, July 10, 2017 at 10:48amReply to: How to add multiple signature anchor
Monday, July 10, 2017 at 11:12amhttps://sandbox.esignlive.com/api/packages/’ + pkgID + ‘/documents/signed_documents
, did you include the "documents" object? (as stated in the guide) Also, are the signatures on the document for the same signer?Reply to: How to add multiple signature anchor
Monday, July 10, 2017 at 11:22amReply to: How to add multiple signature anchor
Monday, July 10, 2017 at 11:45amReply to: How to add multiple signature anchor
Monday, July 10, 2017 at 12:48pmReply to: How to add multiple signature anchor
Monday, July 10, 2017 at 04:46pmReply to: How to add multiple signature anchor
Wednesday, July 12, 2017 at 04:56am