374 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I'm using the iOS SDK to let the user self sign a pdf document.
I need to define a different UI concept for the signing ceremony screens.
modifying the SDK's storyboard is not good enough in my case.
can I achieve it somehow with your SDK or API?
thanks,
Ram
Forum topic
OneSpan Sign
Hello,
Is there a REST API call to GET a zip file containing all packages from the eSignLive account? Main reasons would be for pdf archival of all the transactions flowing through the system.
I'm using Postman and curious what the GET call would be.
Thanks in advance.
Ryan
Forum topic
OneSpan Sign
Hi,
We are going to implement esign in mobile where customers will sign our app from mobile browser. So, we need our iframe mobile responsive but the signing ceremony pdf content is not responsive. Therefore, we need the content in iframe mobile responsive.
Thanks.
Forum topic
OneSpan Sign
I'm trying to upload the attached PDF as part of a template. When I do so, I get this error: Cannot process document. Please make sure your document does not contain any embedded files.
Is there a way around this? Perhaps as a different file format?
Forum topic
OneSpan Sign
Getting connection exception when i try to retrieve documents using rest template https://sandbox.esignlive.com/api/packages/avN83DHFw-MIWHZJHk8D54pgzcs=/documents/15657c0c6edb22100d4a0c632c722a2d9b35ca89dae3aa60/pdf
Forum topic
OneSpan Sign
Scenario: We have a two-page PDF where OneSpan form is programmatically created using Java SDK. We have a text field on both pages that are identical. We would like for the field on the second page to be automatically populated with the value the user inputs on the first page.
Forum topic
OneSpan Sign
I am new to the eSign process and need to be able to download a completed PDF document not a zip file with the document in it.
Forum topic
OneSpan Sign
Hi,
We have tried to remove the default consent form using the following snippet
eslClient.PackageService.DeleteDocument(packageId, "default-consent");
But the electronic disclosure still shows up and our signable PDF is not shown.
We are using one of the small samples the works perfectly without t
Forum topic
OneSpan Sign
Hi,
We have a need to flatten a large number of signed/locked documents. The following API call works great for one document at a time: GET /api/packages/{packageId}/documents/{documentId}/pdf?flatten=true