Account
I am a
Developer
Product(s)
Earned badges
Achievement: Latest Unlocked
Preferences
Replies
Topics Started
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
Reply to: Get 404 Resource Not Found error when trying to download
Wednesday, April 24, 2019 at 05:24amThanks so much, Duo Liang.
That works for me now!!
Reply to: Get 400 error Cannot send package without approvals when eslClient.SendPackge()
Tuesday, May 14, 2019 at 12:03pmThanks 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.
Reply to: Get 400 error Cannot send package without approvals when eslClient.SendPackge()
Tuesday, May 14, 2019 at 12:12pmAs 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
Reply to: Get 400 error Cannot send package without approvals when eslClient.SendPackge()
Tuesday, May 14, 2019 at 03:28pmHi 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
Reply to: Get 400 error Cannot send package without approvals when eslClient.SendPackge()
Wednesday, May 15, 2019 at 06:00amThe packageId is
s3rd65YMlOpQF0IwvgAsNMgUBuc=,
ZDdL72gE6L-PiGNp9yeX9ttqlKo=
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 3 months ago | 33 | ![]() |
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 6 months ago | 32 | ![]() |
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/
to generate eSign.
|
10 | 4 years 6 months ago | 616 | ![]() |
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 7 months ago | 119 | ![]() |
Subscriptions Release Notes
This user is not subscribed to any release notes.