1307 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
currently I have a client with large document size (1870k), and this document is combination of several other documents, some of them with signatures, and some of them without .
Forum topic
OneSpan Sign
Hi,
I have a requirement where I have a template with placeholders for signers. I need to create a new package from this template and replace the signer Placeholders with actual signer info.
Forum topic
OneSpan Sign
I'm using the SDK to create a package that contains one document to be signed. I want to offer my customer the ability to 'Cancel' a package. Should I use the 'Trash' or the 'Delete Package' method? What are the differences?
Forum topic
OneSpan Sign
Hi,
Is there any recommended way to update the package name property after it was first created, through .NET SDK?
Forum topic
OneSpan Sign
Hi,
I'm having an issue when trying to use the delete feature to permanently delete a package.
Using the Java SDK, I simply execute the following line.
eslClient.getPackageService().deletePackage(new PackageId(packageId));
Forum topic
OneSpan Sign
Regarding Updates to Package data, there appears to be a date/time data field called "update". The Package also seems to have a similar date/time data field called "update" for Sender info contained inside a Package. Do these "update" fields get changed for any/all changes, or on
Forum topic
OneSpan Sign
Hello, what is the maximum number of characters allowed in the package name? The JavaDoc for the method PackageBuilder.newPackageNamed() states:
@param name the package name @size(min="1", max="64")
Forum topic
OneSpan Sign
Some of our clients are asking to include arbitrary documents to the package that are not intended to be signed but are just for review. While I know this is possible, I am concerned that our http posts may get so large we bump into http timeouts.
Forum topic
OneSpan Sign
Hi Team,
I am trying to access the API: https://sandbox.esignlive.com/api/packages
Forum topic
OneSpan Sign
Hello,
I want to create a package without a signature.
So Users can only view the document and download it.
Thanks