Hello,
I have created the following draft package:
- Read more about ApplyLayouts fails to apply layout to package document
- 3 comments
- Log in or register to post comments
- 95 views
Hello,
I have created the following draft package:
Is there a way to change the browser's page title during the signing session? Ours still says OneSpan. We have been successful at making other signing ceremony customizations as part of our integration efforts.
We are running 7.2 on prem and we are integrating OneSpan with our product.
Thanks,
Tricia
Hi,
When OneSpan releases a new version on their production environment, will there will always a corresponding SDK version update as well? How are the OneSpan environment and SDK updates timed?
Can the integration code use an earlier version of SDK even when the OneSpan environment has been updated to a new major version?
What is the recommendation from OneSpan on these major releases and SDK versions update ?
Thanks
Is it possible to pass a pre-filled PDF into or with the usage of a template? That way we can use the template for signature placement but use our filling services to fill the rest of the data.
We have a template (in sandbox, id "M9fYtj_6L0MKQSYfQ3vAahQn6E8="). I've followed the documentation to attach signers.
We have 3 roles: Insured, SalesAgent, BankAccountOwner.
In my code, I'm calling package.WithSigner(...).Replace(new Placeholder("Insured, ...")) for all three roles (I've verified in my package that all 3 signers are added.
Package creation is successful, however when calling client.SendPackage(packageId), it gives the error:
We have a client that requests a lot of changes to their PDFs, so we've decided to move from pixel-perfect C# signature placements (hand coded), to templates.
The biggest problem I have right now is, in the template there is no where to say that the signature is optional.
Am I missing something? Where do I set this when placing signatures in the Template UI?
Hello,
I would like to find out how I can download document generated by a sender in the sub account when only API key I have is the owner's from the top most level. If anyone has an example in c# code, that would be great.
I have a few questions in regards to text fields on documents in the signing ceremony:
Can we make the text fields on documents Required or Optional?
Can we specify which signers we want to have Required or Optional text fields attached to?
and lastly,
Using the FieldSummaryService, are we able to retrieve values that were input by the user during the signing ceremony?
In a previous thread called "General Question on eSign and PDF forms" I recently wrote a reply:
I updated from 11.33 using the downloaded SDK, but found the NuGet for 11.35 today, but am having issues resolving the ESLClient class from the NuGet install. I tried a using for each namespace in OneSpanSign namespace, and am having no luck. Did the class change from 11.33 to 11.35? Not finding anything in the documentation.