Unzip downloaded files
Thursday, June 14, 2018 at 06:42amIs it possible to download a completed package in a normal folder (not zipped)?
If not, can they be unzipped pragmatically after download?
Thanks
Jack
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Unzip downloaded files
Friday, June 15, 2018 at 05:46amHTTP Request GET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf HTTP Headers Accept: application/pdf Content-Type: application/json Authorization: Basic api_keyThere are similar options with the SDK that you can see in the Document Retrieval guide. As for unzipping a zip file programmatically once you have downloaded the zip file on your end, of course you can do this. You can find a guide elsewhere on the internet for your programming language with a quick Google search. Hope this helps.