232 results matched your search criteria
Forum topic
OneSpan Sign
I have a PDF that has a number of editable fields, when the signer completes signing the fields are no longer editable but when the sender downloads the signed document it is still editable.
Lori
Forum topic
OneSpan Sign
Please share node js code to download signed document.
Forum topic
OneSpan Sign
Hi,
I´m using /api/packages/{packageId}/attachment/{attachmentId} to dowload documents of a package that has been signged, how ever I´m getting a "404 Resource not found" error.
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Is there any way of downloading the documents from the package in the pdf form instead of zip file while using REST API.
Forum topic
OneSpan Sign
Hello,
Could you please provide some sample REST API code or URL/Details to download a "AuditTrailDocument" as PDF.
The information in this location are not clear.
Forum topic
OneSpan Sign
Hi there,
Please see the link below.
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/signer-management
Forum topic
OneSpan Sign
Our integration has the browser embedded within our app, and with it we have a fairly stripped-down look in the header area of the signing session. We would like to finish our signing with these 2 extra things I can't figure out:
1. suppress the Download links.
Forum topic
OneSpan Sign
Our scenario:
Package is created, signed and completed at our premises.
We then allow the signer 5 days to go home and download the package.
However, we want to block the download if the signer takes longer than a certain number of days.