Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi Team, I use code to create packages, and when I go to the esign platform, I can not add new documents to the existing In Progress transaction. The code I'm using to create the package is Package
when signer clicked on the 'Click to Sign" , the status changes to 'Accepted', even when he click "Cancel", it is still Accept
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/ to generate eSign.
1. I created a function app in azure portal for the callback to download docs. 2. And then I created some transactions through the Dashboard. 3.

Replies Created

0 votes
Thanks so much for your quick reply. I resolve it myself using this code .WithDocument(DocumentBuilder.NewDocumentNamed(DOCUMENT2_NAME) .FromStream(ms2, DocumentType.PDF) .EnableExtraction() .WithSignature(SignatureBuilder.SignatureFor("[email protected]") .WithName("Client1.Capture1") .WithPositionExtracted()) By the way. 换照片以后感觉是工作一段时间长胖了点. LOL.

0 votes
As you are online. I have another question. I want to embed the esign into our own website for client to sign. I found an article, https://developer.esignlive.com/guides/feature-guides/signer-session/#java-sdk, so that I can embed the url into iFrame. Is it able to hide OneSpan logo and only show the pdf view, which might be
in the attach screenshot? Thanks, Xiaojun Xie

Attachments
0 votes
Hi Liang, Thanks for sharing this article. I prefer to use .NET SDK to modify it. So my code is this: .WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings() .WithoutOptOut() .WithoutLanguageDropDown() .WithoutDecline() .WithoutDocumentToolbarDownloadButton() .WithCeremonyLayoutSettings(CeremonyLayoutSettingsBuilder.NewCeremonyLayoutSettings() .WithoutSessionBar() .WithoutTitle() .WithoutProgressBar() .WithoutGlobalDownloadButton() .WithoutBreadCrumbs() .WithoutGlobalConfirmButton() .WithoutGlobalNavigation() .WithoutGlobalSaveAsLayoutButton() .WithoutNavigator() .WithoutGlobalSaveAsLayoutButton() )) In the attached screenshot But even WithoutSessionBar() I can still see the SessionBar 'Welcome @gmail.com'. How can I get the simplest Signing Ceremony the same as your article. Thanks, Xiaojun Xie

Attachments

Subscriptions

Topics Replies Freshness Views Users
Hi Team, I use code to create packages, and when I go to the esign platform, I can not add new documents to the existing In Progress transaction. The code I'm using to create the package is Package
1 4 years 7 months ago 36
Profile picture for user Duo_Liang
when signer clicked on the 'Click to Sign" , the status changes to 'Accepted', even when he click "Cancel", it is still Accept
2 4 years 10 months ago 35
Profile picture for user Duo_Liang
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/ to generate eSign.
10 4 years 11 months ago 653
Profile picture for user Duo_Liang
1. I created a function app in azure portal for the callback to download docs. 2. And then I created some transactions through the Dashboard. 3.
2 4 years 11 months ago 135
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.