Allow Admin to Chose an area on PDF to be signed
Thursday, August 30, 2018 at 04:30amHello,
Our Sales Department needs to be able to add contracts without any development interactions.
We will have a pre set roles e.x sales, customer.
We would like to be able to let sales user be able to upload a pdf and select where each role needs to sign (on our site), the exact sales user and customer will be determined later.
This will be a template.
How can that be achieved?
Thanks
Reply to: Allow Admin to Chose an area on PDF to be signed
Thursday, August 30, 2018 at 05:38amhttps://sandbox.esignlive.com/auth?senderAuthenticationToken={senderToken}&target=https://sandbox.esignlive.com/a/transaction/{packageId}/designer
(3)embed that url into an iFrame and sales finished the design Otherwise if you don't want to use Designer Page, you can develop the front end page on your own site, show the flattened PDF pages to your sales, grab the X-Y coordinates they want to put the signature and update the templates programmatically. Hope this could help you! Duo