Combine signed document and evidence summary
Thursday, April 20, 2023 at 10:07amIs it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.
Is it possible to download the signed document and evidence summary PDF as a single PDF with the apex SDK? Right now we get each file separately.
Reply to: Combine signed document and evidence summary
Thursday, April 20, 2023 at 10:13amHi Peter,
Unfortunately I don't think OneSpan Sign exposes the API to download the signed document and evidence summary PDF as a single PDF, therefore you may need to utilize a 3rd party library to reorganize the PDF pages. Please note that there's an API to download flattened signed documents, but the evidence summary will always be active, so you also need to flatten the evidence summary first, then reorganize the pages.
Duo