1383 results matched your search criteria
Forum topic
OneSpan Sign
I was looking through the sample created using Android SDK. It did not seem to have an option to create a transaction using a template. Has this future been implemented? If not, are there any plans to implement it?
Forum topic
OneSpan Sign
I'm receiving a 500 error when I upload a document to /packages with the following roles and approvals. Any idea where the error could be coming from?
Forum topic
OneSpan Sign
Hello,
I am running into an issue when attempting to remove a partially signed document from within a transaction.
Forum topic
OneSpan Sign
Hi -
We're developing a new feature where our auto dealers can issue new versions of a priorly issues document. We were wondering if there was a good way to void the old one, but not delete it? I am aware of the remove endpoint in the API, just curious if there are other options.
Forum topic
OneSpan Sign
Hi folks,
I am curious in case I create a transaction that comprises multiple documents and to be forwarded to multiple signers(recipients) what option do I have for the following case"
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
I would like to only display the document to be signed inside the iframe rendered on my side.
How can I achive that?
I have tried modifying ceremony settings but still I get a lot more elements.
Thanks
Forum topic
OneSpan Sign
Hello, I'm using python and trying to create a document package from the example I downloaded from the forums.
Forum topic
OneSpan Sign
We have a requirement to merge the singed document to create a report. for that we need to extract few pages of the Signed doucment.
But we could see that the signed document is password protected for extraction.