1385 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
When creating a package we have to upload the file via ByteArrayContent. Is there any way to download a document's byte array after it has been uploaded?
Forum topic
OneSpan Sign
Trying to save signed docs on our server. Looping through the doc collection, Content is null with code bellow:
//retrieve signed package from one span
var pkg = oss.GetPackage(req.PackageId);
Forum topic
OneSpan Sign
Guys,
I've spent a bit of time going through the features guide and I cannot find anything that will help show me how to upload a document that has no signing fields and is just an approval document only. This would be like the default consent form when you start to sign your package.
Forum topic
OneSpan Sign
Hello,
Our use case: we have to use different consent documents in different cases.
The issue:
We are using information from the documentation to add a consent document but w
Forum topic
OneSpan Sign
Hi,
is there a scenario or situation, the document can't be updated (such as re-order, delete, add etc)?
thanks,
Cindy
Forum topic
OneSpan Sign
at present we are testing the system and when we are signing the documents some of our boxes have not been completed. How can i set up the system so that the document can not be completed until all signatures, text boxes etc are all completed.
Forum topic
OneSpan Sign
I see there is a RESTful API to update an existing document in a package. Is there a function call in .Net SDK to achieve the same thing?